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

NetworksTab: make footer buttons nowrap (#14733)

This commit is contained in:
Ariella Vu 2022-05-17 19:44:32 -05:00 committed by GitHub
parent 944c22262f
commit 9d058007cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,6 +297,10 @@
width: 93%;
}
.btn--rounded {
white-space: nowrap;
}
.btn-secondary {
margin-right: 0.375rem;
}