From 5d481426cd0d1c80da3d2a479a12ec3dd68ba43b Mon Sep 17 00:00:00 2001 From: Marcus Funch Date: Sun, 22 Jun 2025 14:15:58 +0200 Subject: [PATCH] global.css: Add missing end paren --- view/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/global.css b/view/global.css index 0215e6d4df..8df8d92e52 100644 --- a/view/global.css +++ b/view/global.css @@ -806,6 +806,7 @@ summary.wall-item-summary { /* Margin to create space between the icon and the text */ .notif-image { margin-right: 10px; +} /* Styles to ensure the text wraps properly after 70 characters */ .notif-text { -- 2.39.5