Merge pull request #25014 from ismailmmd/fix-form-fields-width-large-screens
Fixed select field width on wide monitors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Removed max width from `Select` component.
|
||||
@@ -78,7 +78,6 @@ const useStyles = makeStyles(
|
||||
createStyles({
|
||||
formControl: {
|
||||
margin: theme.spacing(1, 0),
|
||||
maxWidth: 300,
|
||||
},
|
||||
label: {
|
||||
transform: 'initial',
|
||||
|
||||
Reference in New Issue
Block a user