enhance: set height for right position properties

This commit is contained in:
Tienson Qin
2024-08-19 14:28:05 +08:00
parent 36cb047997
commit de45337b79
2 changed files with 22 additions and 14 deletions

View File

@@ -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;
}
}