1
0
mirror of https://github.com/flarum/core.git synced 2025-01-18 06:38:25 +01:00

Tweak discussion controls dropdown split

This commit is contained in:
Toby Zerner 2015-02-26 09:44:31 +10:30
parent acd417a57c
commit 7ab0c3bc17

View File

@ -22,10 +22,10 @@
}
& .btn-group:not(.item-count-1) {
& .btn {
width: 80%;
width: 77%;
}
& .dropdown-toggle {
width: 19%;
width: 22%;
}
}
}