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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-10-19 10:46:49 -07:00 committed by James Valleroy
parent cb5435dacd
commit 11038b477a
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 {