mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix: keep lock button text inside button boundaries (#14335)
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
This commit is contained in:
parent
db519a8cff
commit
0166575405
@ -106,8 +106,9 @@
|
||||
& &__lock-button {
|
||||
@include H7;
|
||||
|
||||
padding: 3.5px 5px;
|
||||
width: 59px;
|
||||
padding: 0.25rem 0.5rem;
|
||||
min-width: 59px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
&__accounts-container {
|
||||
|
Loading…
Reference in New Issue
Block a user