Skip to content

Commit c9f1920

Browse files
committed
enhance(css): improve layout for block title wrap in PDF styling
1 parent b107535 commit c9f1920

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • src/main/frontend/extensions/pdf

src/main/frontend/extensions/pdf/pdf.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,4 +1015,12 @@ html.is-system-window {
10151015
&::selection {
10161016
@apply text-transparent;
10171017
}
1018+
}
1019+
1020+
.block-title-wrap[data-hl-type=area] {
1021+
@apply flex flex-col;
1022+
1023+
.prefix-link {
1024+
@apply inline-block;
1025+
}
10181026
}

0 commit comments

Comments
 (0)