diff --git a/web/src/components/BranchTagSelect/BranchTagSelect.module.scss b/web/src/components/BranchTagSelect/BranchTagSelect.module.scss index 4ebf838fa..1eec2ec79 100644 --- a/web/src/components/BranchTagSelect/BranchTagSelect.module.scss +++ b/web/src/components/BranchTagSelect/BranchTagSelect.module.scss @@ -8,6 +8,7 @@ html[class=''] { --border: 1px solid var(--grey-200) !important; --background-color-active: var(--white) !important; --box-shadow: none !important; + white-space: nowrap !important; &:active, &:hover, diff --git a/web/src/components/BranchTagSelect/BranchTagSelect.tsx b/web/src/components/BranchTagSelect/BranchTagSelect.tsx index 0894d8a3c..a0d5d95fe 100644 --- a/web/src/components/BranchTagSelect/BranchTagSelect.tsx +++ b/web/src/components/BranchTagSelect/BranchTagSelect.tsx @@ -42,6 +42,7 @@ export const BranchTagSelect: React.FC = ({ forBranchesOnly, labelPrefix, placeHolder, + className, ...props }) => { const [query, onQuery] = useState('') @@ -50,7 +51,7 @@ export const BranchTagSelect: React.FC = ({ return (