From deafad790383e559a16ca7eea51ddcbccadec209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:31:52 +0100 Subject: [PATCH] Fixed insufficient left space when hovering over a room MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- ts/Manager/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Manager/App.scss b/ts/Manager/App.scss index 59465e5..a1c1033 100644 --- a/ts/Manager/App.scss +++ b/ts/Manager/App.scss @@ -288,7 +288,7 @@ pre { tbody tr { td:first-child { - padding-left: 5px; + padding-left: 10px; } &:hover {