mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Fix NotificationGrid Design (#3028)
Updating normalizer messed with it https://github.com/flarum/core/pull/3015/files
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
.NotificationGrid {
|
.NotificationGrid {
|
||||||
background: @control-bg;
|
background: @control-bg;
|
||||||
border-radius: @border-radius;
|
border-radius: @border-radius;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border-bottom: 1px solid @body-bg;
|
border-bottom: 1px solid @body-bg;
|
||||||
|
Reference in New Issue
Block a user