Parcourir la source

enhance(css): improve layout for block title wrap in PDF styling

charlie il y a 2 mois
Parent
commit
c9f1920e16
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      src/main/frontend/extensions/pdf/pdf.css

+ 8 - 0
src/main/frontend/extensions/pdf/pdf.css

@@ -1015,4 +1015,12 @@ html.is-system-window {
   &::selection {
   &::selection {
     @apply text-transparent;
     @apply text-transparent;
   }
   }
+}
+
+.block-title-wrap[data-hl-type=area] {
+  @apply flex flex-col;
+
+  .prefix-link {
+    @apply inline-block;
+  }
 }
 }