From 82cb31da532cb290b395afea9fbb5d123ad1dd86 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 22 Mar 2025 14:15:05 +0200 Subject: [PATCH] style(mermaid): vertical layout for errors --- .../app/widgets/type_widgets/abstract_split_type_widget.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/public/app/widgets/type_widgets/abstract_split_type_widget.ts b/src/public/app/widgets/type_widgets/abstract_split_type_widget.ts index 9a2038f32..e5e0a083c 100644 --- a/src/public/app/widgets/type_widgets/abstract_split_type_widget.ts +++ b/src/public/app/widgets/type_widgets/abstract_split_type_widget.ts @@ -28,6 +28,7 @@ const TPL = `\ .note-detail-split-editor-col { display: flex; + flex-direction: column; } .note-detail-split-preview-col { @@ -69,10 +70,6 @@ const TPL = `\ height: 100%; } - .note-detail-split.split-horizontal .note-detail-split-editor-col { - flex-direction: column; - } - /* Vertical layout */ .note-detail-split.split-vertical {