fix: portal header bread overflow

This commit is contained in:
Peng Xiao
2022-08-29 15:46:24 +08:00
parent 230310d0a9
commit d06299c6a0

View File

@@ -627,6 +627,15 @@ button.tl-select-input-trigger {
.page-ref {
color: var(--ls-title-text-color);
}
.breadcrumb {
text-overflow: ellipsis;
overflow: hidden;
}
.block-content {
white-space: nowrap;
}
}
.tl-type-tag {