From 4df51e06984757d354892581c323791284e61528 Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Thu, 19 Feb 2026 17:34:53 +0100 Subject: [PATCH] Filter Styling --- client/src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/styles.scss b/client/src/styles.scss index 96cf9d0..2413c32 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -213,4 +213,9 @@ div.ag-row { .mdc-button__label, .mat-icon { color: rgb(32, 100, 0); } +} + +.ag-filter-body-wrapper { + padding: 8px; + gap: 6px; } \ No newline at end of file