diff --git a/css/backoffice/components/_button.scss b/css/backoffice/components/_button.scss index 3cc226f52f..16d92e5baf 100644 --- a/css/backoffice/components/_button.scss +++ b/css/backoffice/components/_button.scss @@ -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;