LANCommander/LANCommander.UI/Components/InputGroup/InputGroup.razor.scss

14 lines
209 B
SCSS
Raw Permalink Normal View History

2025-09-15 19:19:52 -05:00
.ant-input-group {
display: flex;
& > .ant-input,
& > .ant-input-number,
& > .ant-select {
width: auto !important;
}
2025-11-18 01:14:24 -06:00
&-addon,
&-wrap {
width: auto;
}
2025-09-15 19:19:52 -05:00
}