Browse Source

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

charlie 1 year ago
parent
commit
6ce35365fa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/frontend/components/block.css

+ 4 - 0
src/main/frontend/components/block.css

@@ -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 {