From 23b67f9fd7dd71e7941f3a8e1ab05f1c3867fb14 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 19 May 2021 19:12:20 +0200 Subject: [PATCH] Fix text decoration icon size being too big --- css/backoffice/components/_field.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/backoffice/components/_field.scss b/css/backoffice/components/_field.scss index 428753c143..341bdce304 100644 --- a/css/backoffice/components/_field.scss +++ b/css/backoffice/components/_field.scss @@ -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 */ } }