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 {