1
0
mirror of https://github.com/flarum/core.git synced 2025-05-06 15:35:38 +02:00

Make dropdown menu icons a nicer fixed width

This commit is contained in:
Toby Zerner 2017-07-22 16:09:51 +09:30
parent ce8a5b3e0f
commit 7ec92813e3

View File

@ -49,7 +49,8 @@
float: left; float: left;
margin-left: -25px; margin-left: -25px;
margin-top: 2px; margin-top: 2px;
.fa-fw(); width: 16px;
text-align: center;
} }
&.disabled { &.disabled {