From 14fa0528cd3def810a6b1ff97611d8a9e460a276 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:26:09 +0200 Subject: [PATCH] Correction tab global.css --- view/global.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/view/global.css b/view/global.css index 461ccca08a..361a73585e 100644 --- a/view/global.css +++ b/view/global.css @@ -793,17 +793,17 @@ summary.wall-item-summary { /* css instructions notification.tpl */ /* Flexbox layout to align the icon and text in a single line */ .notif-item a { - display: flex; - align-items: flex-start; + display: flex; + align-items: flex-start; } /* Margin to create space between the icon and the text */ .notif-image { - margin-right: 10px; + margin-right: 10px; /* Styles to ensure the text wraps properly after 70 characters */ .notif-text { - display: inline-block; - max-width: 70ch; - overflow-wrap: break-word; + display: inline-block; + max-width: 70ch; + overflow-wrap: break-word; } -- 2.39.5