fix(ListView): increase sidebar width
This commit is contained in:
parent
6a2c9f347f
commit
d8cf781d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
border-left: 1px solid var(--border-color);
|
||||
|
||||
@media (max-width: map-get($grid-breakpoints, "xl")) {
|
||||
min-width: calc(35vw - var(--sidebar-width));
|
||||
min-width: calc(38vw - var(--sidebar-width));
|
||||
}
|
||||
|
||||
.sidebar-section {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue