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:
parent
554f79c0e2
commit
55c66b0d98
@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
height: 44px;
|
min-height: 44px;
|
||||||
background: $white;
|
background: $white;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -87,7 +87,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn--large {
|
.btn--large {
|
||||||
height: 54px;
|
min-height: 54px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-green {
|
.btn-green {
|
||||||
|
Loading…
Reference in New Issue
Block a user