Skip to content

Commit a6dd4d7

Browse files
committed
fix: use of flex in editor layout
1 parent 6b91d89 commit a6dd4d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

layout.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
}
2525
.preview-code .editor .prism-editor-wrapper {
2626
height: 100%;
27-
}
28-
29-
.preview-code .editor .prism-editor-wrapper > .prism-editor__line-numbers {
30-
position: absolute;
27+
display: flex;
3128
}
3229
3330
.preview-code .editor pre {

0 commit comments

Comments
 (0)