Skip to content

Commit d183b40

Browse files
committed
fix(VCode): display multiline as inline-block
1 parent cde1028 commit d183b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/vuetify/src/components/VCode/VCode.sass

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
font-size: $code-font-size
1111
font-weight: $code-font-weight
1212
padding: $code-padding
13+
14+
&:has(> pre)
15+
display: inline-block

0 commit comments

Comments
 (0)