mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Button group: Fix button groups always being on a new line instead of staying in the flow
This commit is contained in:
@@ -13,7 +13,7 @@ $ibo-button-group--elements-separator--width: 1px !default;
|
||||
$ibo-button-group--elements-separator--border-left: 1px solid transparent !default;
|
||||
|
||||
.ibo-button-group {
|
||||
display: flex; /* Ensure that buttons of a same group always stay on the same line */
|
||||
display: inline-flex; /* Ensure that buttons of a same group always stay on the same line */
|
||||
flex-wrap: nowrap;
|
||||
|
||||
.ibo-button {
|
||||
|
||||
Reference in New Issue
Block a user