mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -04:00
10 lines
181 B
CSS
10 lines
181 B
CSS
.bookshelfInputWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.input {
|
|
composes: input from '~./TagInput.css';
|
|
composes: hasButton from '~Components/Form/Input.css';
|
|
}
|