Merge pull request #2099 from orangecoloured/fix/grid-borders

Fix grid borders for narrow view
This commit is contained in:
Mike Cao 2023-07-10 11:08:12 -07:00 committed by GitHub
commit d1e93b8e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@
.row > .col {
border-top: 1px solid var(--base300);
border-inline-start: 0;
border-inline-end: 0;
padding: 20px 0;
}