Resolve conflict

This commit is contained in:
Steve Paul
2023-12-19 23:00:43 +05:30
parent 689dcea7b1
commit 353479dc69
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.category-nav {
box-shadow: inset 0px -1px 0px var(--border-muted);
overflow-x: scroll;
white-space: nowrap;
overflow: hidden;
}
-2
View File
@@ -23,8 +23,6 @@ import Dashboard from "../components/Dashboard";
margin: 1rem 0;
color: var(--text-secondary);
display: table;
white-space: nowrap;
overflow: hidden;
}
h6.separator:after {
border-top: 2px dotted var(--border-muted);