mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°4247 - Button group: Make sure buttons of a same group always stay on the same line
This commit is contained in:
@@ -13,6 +13,9 @@ $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 */
|
||||
flex-wrap: nowrap;
|
||||
|
||||
.ibo-button {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user