mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
fix grid borders for narrow view
This commit is contained in:
parent
71bb012cab
commit
0a3e6bf530
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue