mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Button: Revert "Improve display when text doesn't fit in the button's width"
This commit is contained in:
@@ -461,14 +461,12 @@ $ibo-button-colors: (
|
||||
}
|
||||
|
||||
.ibo-button {
|
||||
display: inline-flex;
|
||||
padding: $ibo-button--padding-y $ibo-button--padding-x;
|
||||
border: $ibo-button--border;
|
||||
border-radius: $ibo-button--border-radius;
|
||||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
@extend %ibo-font-ral-sembol-100;
|
||||
@extend %ibo-text-truncated-with-ellipsis;
|
||||
|
||||
& ~ .ibo-button {
|
||||
margin-left: $ibo-button--sibling-spacing;
|
||||
|
||||
Reference in New Issue
Block a user