1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

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;