From 9dffb7f22c1d10846c25c2d6fc989a7d1ee7392b Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:25:18 +0200 Subject: [PATCH] min-width in .btn-fixed --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 98dde27f..3b5ecfd2 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1782,7 +1782,7 @@ a.btn-link:hover span.icon-blockchain, a.btn-link:focus span.icon-blockchain, a. } .btn-fixed { - width: 10rem; + min-width: 10rem; display: block; }