mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
fix: portal header bread overflow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user