Lidarr/frontend/src/Components/Form/DeviceInput.css

9 lines
152 B
CSS

.deviceInputWrapper {
display: flex;
}
.input {
composes: input from '~./TagInput.css';
composes: hasButton from '~Components/Form/Input.css';
}