From 5da39fa36c53674aea88d3191b4b3adb2d920561 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 4 Dec 2023 11:27:37 +0100 Subject: [PATCH] updating tooltips popup spacings --- resources/css/editor-content/text-formats/tooltip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/editor-content/text-formats/tooltip.css b/resources/css/editor-content/text-formats/tooltip.css index 27f115a..3a2690d 100644 --- a/resources/css/editor-content/text-formats/tooltip.css +++ b/resources/css/editor-content/text-formats/tooltip.css @@ -5,7 +5,7 @@ @apply focus-text; } .tooltip-popup { - @apply bg-white rounded-xl shadowed p-4 font-normal; + @apply bg-white rounded-xl shadowed p-4 px-6 font-normal; } .tooltip-popup:after {