Browse Source

"Add field" widget: set `width` to `fit-content` (#9742)

pull/9665/head
Lieselotte 6 months ago
committed by GitHub
parent
commit
359a039d8e
  1. 2
      skins/elastic/styles/widgets/forms.less

2
skins/elastic/styles/widgets/forms.less

@ -249,7 +249,7 @@ input.smart-upload {
margin: 0;
select {
width: 8rem;
width: fit-content;
margin-top: .5rem;
}
}

Loading…
Cancel
Save