fix: header overflow

This commit is contained in:
Konstantinos Kaloutas
2023-07-07 15:26:08 +03:00
committed by Tienson Qin
parent d59fb99a77
commit 478f20dc9f
2 changed files with 4 additions and 2 deletions

View File

@@ -632,6 +632,8 @@ html[data-theme='dark'] {
.breadcrumb {
margin-top: 0;
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
}
}