From 9c86acda677a4bf89033ee87a456847c7c2a2fd8 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 4 Apr 2023 18:07:34 -0300 Subject: [PATCH] Fix huge empty space in the Character tab --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 6aa3bc1a..f19fdf7d 100644 --- a/css/main.css +++ b/css/main.css @@ -63,3 +63,7 @@ span.math.inline { font-size: 27px; vertical-align: baseline !important; } + +div.svelte-15lo0d8 { + flex-wrap: nowrap; +}