Set width to avoid Firefox rending icons very large

This commit is contained in:
James Polley 2017-12-01 16:14:59 +11:00
parent 4f37556db0
commit 233818c33b

View file

@ -241,7 +241,7 @@ div.system-message p.system-message-title {
display: inline-flex;
margin-left: 10px;
}
.presenters .btn-svg { min-width: 20px; }
.presenters .btn-svg { width: 20px; }
@media all and (max-width: 760px) {
.navbar-nav { margin: 0px -15px; }