Skip to content

Commit

Permalink
Merge pull request #547 from devtron-labs/chore/rc-28-dev-sync
Browse files Browse the repository at this point in the history
chore: sync develop with main
  • Loading branch information
eshankvaish authored Jan 30, 2025
2 parents 715066b + 38a2df5 commit 42c15b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "1.5.14",
"version": "1.6.1",
"description": "Supporting common component library",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 5 additions & 1 deletion src/Common/RJSF/widgets/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ export const SelectWidget = (props: WidgetProps) => {
...commonSelectStyles,
control: (base, state) => ({
...commonSelectStyles.control(base, state),
height: '36px',
minHeight: '36px',
}),
multiValue: (base, state) => ({
...commonSelectStyles.multiValue(base, state),
margin: '2px 8px 2px 2px',
}),
}}
components={{
Expand Down

0 comments on commit 42c15b5

Please sign in to comment.