mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance: set height for right position properties
This commit is contained in:
@@ -847,3 +847,11 @@ html.is-mac {
|
||||
font-size: initial;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.positioned-properties.right-align {
|
||||
.block-title-wrap {
|
||||
@apply overflow-hidden h-6;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user