From d77588274b4c305266720ed7b5f84444e10d2003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Thu, 3 Jul 2025 20:32:05 +0200 Subject: [PATCH] ui fix --- html/ui/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/ui/app.css b/html/ui/app.css index 5e60894..45d593c 100644 --- a/html/ui/app.css +++ b/html/ui/app.css @@ -1,6 +1,9 @@ .view-links > span { + display: inline-block; + white-space: nowrap; margin-right: 1ex; + margin-bottom: 1ex; padding: 0.5ex; border: 1pt solid; border-radius: 1ex;