Set width to avoid Firefox rending icons very large
This commit is contained in:
parent
4f37556db0
commit
233818c33b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue