Merge pull request #1070

custom.css: min-width in .btn-fixed
This commit is contained in:
luigi1111 2020-08-14 14:09:57 -05:00 committed by GitHub
commit 6a20d1827b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1782,7 +1782,7 @@ a.btn-link:hover span.icon-blockchain, a.btn-link:focus span.icon-blockchain, a.
} }
.btn-fixed { .btn-fixed {
width: 10rem; min-width: 10rem;
display: block; display: block;
} }