mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01:00
9 lines
181 B
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';
|
|
}
|