From ebcc9595c46704629c4956db6e41634fe0445475 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 14 Nov 2024 12:02:53 -0800 Subject: [PATCH] ui: app, system: Revert to earlier width for card lists - This allows for system page to show 4 items in a row instead of 3. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- static/themes/default/css/main.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index b2d7ed80f..debd1178b 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -505,10 +505,15 @@ footer { /* Cards in Index, Apps, System and Help pages */ .card-list { - display: flex; - flex-wrap: wrap; - justify-content: center; - margin: 0 auto; + display: flex; + flex-wrap: wrap; + justify-content: center; + margin: 0 auto; +} + +.row > .card-list { + padding-left: 0; + padding-right: 0; } .card-section-title, .system-section-title {