From 7944358953c5c08ceba722bfc213f7daba3c1f77 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sun, 15 Aug 2021 19:08:05 +0100 Subject: [PATCH] Fix NotificationGrid Design (#3028) Updating normalizer messed with it https://github.com/flarum/core/pull/3015/files --- framework/core/less/forum/NotificationGrid.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/less/forum/NotificationGrid.less b/framework/core/less/forum/NotificationGrid.less index 59a484450..4691be78c 100644 --- a/framework/core/less/forum/NotificationGrid.less +++ b/framework/core/less/forum/NotificationGrid.less @@ -1,6 +1,8 @@ .NotificationGrid { background: @control-bg; border-radius: @border-radius; + border-collapse: collapse; + border-spacing: 0; td, th { border-bottom: 1px solid @body-bg;