From 11038b477a8195297aa25fd4a854bdc907ba8466 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 19 Oct 2024 10:46:49 -0700 Subject: [PATCH] system: Increase the size of items in listing page Fixes: #2179. Tests: - Set language to Magyar (hu). Test that items in the system page are large enough to accommodate most names/descriptions. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index e14cf6429..a867119b4 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -603,7 +603,7 @@ a.menu_link_active { /* System page - special card styling */ .system-page .card { text-align: left; - width: 14.375rem; + width: 19.375rem; } .system-page .card .nav-link {