1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix button styling for overflowing text (#5602)

This commit is contained in:
Alexander Tseung 2018-10-25 22:00:14 +08:00 committed by GitHub
parent 554f79c0e2
commit 55c66b0d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
*/
.button {
height: 44px;
min-height: 44px;
background: $white;
display: flex;
justify-content: center;
@ -87,7 +87,7 @@
}
.btn--large {
height: 54px;
min-height: 54px;
}
.btn-green {