Button group: Fix button groups always being on a new line instead of staying in the flow

This commit is contained in:
Molkobain
2021-09-26 01:22:53 +02:00
parent b15c8e30bc
commit 7476b6d059
3 changed files with 5 additions and 5 deletions

View File

@@ -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 {