From ceacdefa3e76f67361b6d06ec3c98ca4ab12b5a3 Mon Sep 17 00:00:00 2001 From: Reece Date: Tue, 1 Jul 2025 22:20:55 +0100 Subject: [PATCH] hide new feature with no width when not available --- stirling-pdf/src/main/resources/static/css/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stirling-pdf/src/main/resources/static/css/home.css b/stirling-pdf/src/main/resources/static/css/home.css index c36a1eb95..fc1a8c3fb 100644 --- a/stirling-pdf/src/main/resources/static/css/home.css +++ b/stirling-pdf/src/main/resources/static/css/home.css @@ -91,7 +91,8 @@ } .newfeature{ - min-width:12rem; + display: flex; + width:fit-content } .recent-features{ display: flex;