mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Fix text decoration icon size being too big
This commit is contained in:
@@ -181,6 +181,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
|
|||||||
|
|
||||||
.text_decoration {
|
.text_decoration {
|
||||||
margin-right: $ibo-field--value-decoration--spacing-x;
|
margin-right: $ibo-field--value-decoration--spacing-x;
|
||||||
|
font-size: 0.9em; /* Mind the "em" instead of "rem" as we want the decoration to be size relatively to the text itself, not the page */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user