fix: right sidebar header wrap and content padding

This commit is contained in:
Konstantinos Kaloutas
2023-08-21 19:59:33 +03:00
committed by Tienson Qin
parent fbee3614f8
commit 9507f0efe6
2 changed files with 5 additions and 6 deletions

View File

@@ -653,13 +653,10 @@ html[data-theme='dark'] {
min-height: 100px;
.sidebar-item-header {
white-space: nowrap;
.breadcrumb {
margin-top: 0;
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
text-align: left;
}
}