This is an automated email from the ASF dual-hosted git repository.

ankitsultana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new b949b1d7487 [ui] Fixing segment search bar width issue in table page 
(#17520)
b949b1d7487 is described below

commit b949b1d748794dda06b03690fe06cd0e084c021d
Author: Shaurya Chaturvedi <[email protected]>
AuthorDate: Tue Jan 20 09:42:17 2026 -0800

    [ui] Fixing segment search bar width issue in table page (#17520)
---
 .../src/main/resources/app/components/SimpleAccordion.tsx            | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/pinot-controller/src/main/resources/app/components/SimpleAccordion.tsx 
b/pinot-controller/src/main/resources/app/components/SimpleAccordion.tsx
index 582e2249f1d..f91021d1414 100644
--- a/pinot-controller/src/main/resources/app/components/SimpleAccordion.tsx
+++ b/pinot-controller/src/main/resources/app/components/SimpleAccordion.tsx
@@ -68,6 +68,11 @@ const useStyles = makeStyles((theme: Theme) =>
       display: 'flex',
       alignItems: 'center',
       gap: theme.spacing(1),
+      flex: 1,
+      minWidth: 0,
+      '& > div': {
+        width: '100%',
+      },
     },
     additionalControlsContainer: {
       marginLeft: 'auto',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to