Fix NotificationGrid Design (#3028)

Updating normalizer messed with it
https://github.com/flarum/core/pull/3015/files
This commit is contained in:
Sami Mazouz 2021-08-15 19:08:05 +01:00 committed by GitHub
parent 1d7c486a37
commit 7944358953

View File

@ -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;