Merge pull request #25014 from ismailmmd/fix-form-fields-width-large-screens

Fixed select field width on wide monitors
This commit is contained in:
Fredrik Adelöw
2024-06-03 15:14:56 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -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',