Fix text decoration icon size being too big

This commit is contained in:
Molkobain
2021-05-19 19:12:20 +02:00
parent 3471d9d693
commit f1e4120364

View File

@@ -181,6 +181,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
.text_decoration {
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 */
}
}