From 7de965ca8fe122b06c799766d9a159f4e0f6a4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Fri, 11 Jul 2025 15:18:39 +0200 Subject: [PATCH] Fix image gallery structure field layout --- assets/css/panel.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/panel.scss b/assets/css/panel.scss index 5bb0311..8f41a56 100644 --- a/assets/css/panel.scss +++ b/assets/css/panel.scss @@ -13,8 +13,7 @@ table { tbody { - --bubble-size: 7.5em; - --table-row-height: 100%; + --tag-height: 7.5em; } } }