From 3a50912e6d2eed15d3c9c35c8a28ffaf977115d5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 18:51:08 +0100 Subject: [PATCH] fixinf definition text size css problems --- resources/css/editor-content/format-types.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/css/editor-content/format-types.css b/resources/css/editor-content/format-types.css index 8e69bc0..defe0fd 100644 --- a/resources/css/editor-content/format-types.css +++ b/resources/css/editor-content/format-types.css @@ -1,6 +1,13 @@ .tooltip-word { @apply underline; text-decoration-style: dotted !important; - text-decoration-color:; text-decoration-thickness: 2px !important; } + +.tooltip-popup__definition { + @apply text-base; +} + +.tooltip-popup__title { + @apply !mb-0; +}