Fix: ensure saved view count is visible with long names (#10616)

This commit is contained in:
shamoon
2025-08-18 08:08:25 -07:00
committed by GitHub
parent 29c36542fa
commit 217b004884
2 changed files with 11 additions and 6 deletions

View File

@@ -19,6 +19,10 @@
height: 0.8em;
}
.view-name {
max-width: calc(100% - 50px)
}
.nav-group:not(:has(.app-link)) .sidebar-heading {
display: none !important;
}