mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Fixes wrapping of buttons with larger buttons
Thanks to Kris for solution
This commit is contained in:
@@ -286,7 +286,8 @@ ol.category-breadcrumb {
|
||||
}
|
||||
|
||||
.top-title-buttons {
|
||||
display: inline;
|
||||
display: inline-flex;
|
||||
margin: .25em 0;
|
||||
|
||||
button {
|
||||
margin-right: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user