Readarr/frontend/src/Components/Form/BookshelfInput.css

9 lines
181 B
CSS

.bookshelfInputWrapper {
display: flex;
flex-direction: column;
}
.input {
composes: input from '~./TagInput.css';
composes: hasButton from '~Components/Form/Input.css';
}