mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Button: Fix position to relative to allow absolute positioning of child elements
This commit is contained in:
@@ -461,6 +461,7 @@ $ibo-button-colors: (
|
||||
}
|
||||
|
||||
.ibo-button {
|
||||
position: relative;
|
||||
display: inline-block; /* Used to allow truncated text on .ibo-button--label */
|
||||
padding: $ibo-button--padding-y $ibo-button--padding-x;
|
||||
border: $ibo-button--border;
|
||||
|
||||
Reference in New Issue
Block a user