From 025067eb877ae63503880318d4ea1c752fbfbe32 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 13:33:13 +0200 Subject: [PATCH] refactor(webui): use central form breakpoint --- webui/src/styles/organizations.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webui/src/styles/organizations.css b/webui/src/styles/organizations.css index 45aa843..bdb3911 100644 --- a/webui/src/styles/organizations.css +++ b/webui/src/styles/organizations.css @@ -136,8 +136,4 @@ .organizations-workspace { grid-template-columns: 1fr; } - - .organizations-page .admin-form-grid.two-columns { - grid-template-columns: 1fr; - } }