Browse Source

fix(ui): broken line for the annotation block ref

charlie 9 months ago
parent
commit
aa91713460
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/frontend/components/block.css

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

@@ -410,6 +410,12 @@
       @apply inline;
     }
   }
+
+  .block-title-wrap {
+    > .prefix-link {
+      @apply inline mx-1;
+    }
+  }
 }
 
 .asset-ref {