mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-27 04:45:54 +01:00
Merge pull request #2099 from orangecoloured/fix/grid-borders
Fix grid borders for narrow view
This commit is contained in:
commit
d1e93b8e62
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
.row > .col {
|
.row > .col {
|
||||||
border-top: 1px solid var(--base300);
|
border-top: 1px solid var(--base300);
|
||||||
|
border-inline-start: 0;
|
||||||
border-inline-end: 0;
|
border-inline-end: 0;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user