From c56e7c82d0e4452c831f358e14bf31436c3ccb3a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 8 Aug 2024 15:23:35 +0200 Subject: [PATCH] fixing the inline paragraph --- template-components/notifications/notifications-popup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template-components/notifications/notifications-popup.css b/template-components/notifications/notifications-popup.css index 9dbc1f6..2ef013e 100644 --- a/template-components/notifications/notifications-popup.css +++ b/template-components/notifications/notifications-popup.css @@ -69,6 +69,9 @@ /* @apply inline; */ @apply leading-tight; } + > p { + @apply inline; + } a { @apply font-bold underline; }