From cf1c65cd864853983ae4098eb1ca1ce5b34d5c06 Mon Sep 17 00:00:00 2001 From: Niedziolka Michal Date: Sun, 27 Nov 2022 19:03:02 +0100 Subject: [PATCH] Fix height of tabbed examples --- editor/css/tabbed-editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/css/tabbed-editor.css b/editor/css/tabbed-editor.css index 682651313..394601d9e 100644 --- a/editor/css/tabbed-editor.css +++ b/editor/css/tabbed-editor.css @@ -6,15 +6,15 @@ /* sizing utility classes */ .tabbed-shorter .cm-editor { - height: 252px; + height: 264px; } .tabbed-standard .cm-editor { - height: 322px; + height: 334px; } .tabbed-taller .cm-editor { - height: 532px; + height: 544px; } .tabbed-taller .cm-editor,