mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-23 17:14:10 +00:00
8 lines
139 B
CSS
8 lines
139 B
CSS
.modalBody {
|
|
composes: modalBody from '~Components/Modal/ModalBody.css';
|
|
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
flex-direction: column;
|
|
}
|