Skip to content

Commit 42c15b5

Browse files
authored
Merge pull request #547 from devtron-labs/chore/rc-28-dev-sync
chore: sync develop with main
2 parents 715066b + 38a2df5 commit 42c15b5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.5.14",
3+
"version": "1.6.1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/RJSF/widgets/Select.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ export const SelectWidget = (props: WidgetProps) => {
7575
...commonSelectStyles,
7676
control: (base, state) => ({
7777
...commonSelectStyles.control(base, state),
78-
height: '36px',
78+
minHeight: '36px',
79+
}),
80+
multiValue: (base, state) => ({
81+
...commonSelectStyles.multiValue(base, state),
82+
margin: '2px 8px 2px 2px',
7983
}),
8084
}}
8185
components={{

0 commit comments

Comments
 (0)