From 7873a326a228687c5437730cc11b7bcde3a85284 Mon Sep 17 00:00:00 2001 From: Abdi Abdulle Date: Wed, 17 Dec 2025 10:34:22 +0100 Subject: [PATCH] setting the search bar max-wdith to one third of header --- .../table/dynamic-mat-table.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/modules/dynamic-material-table/table/dynamic-mat-table.component.scss b/src/app/shared/modules/dynamic-material-table/table/dynamic-mat-table.component.scss index 09ae27406..037f1e59d 100644 --- a/src/app/shared/modules/dynamic-material-table/table/dynamic-mat-table.component.scss +++ b/src/app/shared/modules/dynamic-material-table/table/dynamic-mat-table.component.scss @@ -370,7 +370,8 @@ cdk-virtual-scroll-viewport { padding: 0 20px; flex: 1 1 auto; width: 100%; - max-width: 500px; + min-width: 500px; + max-width: 33%; mat-form-field { width: 100%;