1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix raised button min-height (#5613)

This commit is contained in:
Alexander Tseung 2018-10-26 16:04:21 +08:00 committed by Whymarrh Whitby
parent 231dabb94a
commit eaca9a0e8a

View File

@ -82,6 +82,7 @@
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
padding: 6px;
height: initial;
min-height: initial;
width: initial;
min-width: initial;
}