fix(ui): broken text for the heading block ref

This commit is contained in:
charlie
2024-11-05 11:58:26 +08:00
parent a3fde2a9f4
commit 6ce35365fa

View File

@@ -94,6 +94,10 @@
.icon-cp-container {
@apply inline-flex items-center pr-0.5;
}
.block-title-wrap.as-heading {
@apply inline text-[length:inherit];
}
}
.breadcrumb {