mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-30 20:44:01 +00: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';
|
|
}
|