Skip to content

Commit

Permalink
"Add field" widget: set width to fit-content (#9742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShE3py authored Jan 26, 2025
1 parent 62179e0 commit 454a6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/elastic/styles/widgets/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ input.smart-upload {
margin: 0;

select {
width: 8rem;
width: fit-content;
margin-top: .5rem;
}
}
Expand Down

0 comments on commit 454a6e1

Please sign in to comment.