1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Tweak discussion controls dropdown split

This commit is contained in:
Toby Zerner
2015-02-26 09:44:31 +10:30
parent b5beda019f
commit 05a4662a02

View File

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