Ensure Sidebar items do not wrap

This commit is contained in:
Johannes Zellner
2025-03-26 16:46:32 +01:00
parent 0ce1c120f9
commit a123a8301f

View File

@@ -308,6 +308,7 @@ onMounted(async () => {
color: var(--pankow-text-color);
border-radius: 3px;
padding: 10px 15px;
white-space: nowrap;
}
.sidebar-item i {