mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
457955c306
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
19 lines
295 B
CSS
19 lines
295 B
CSS
.groups {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.namingSelectContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.namingSelect {
|
|
composes: select from 'Components/Form/SelectInput.css';
|
|
|
|
margin-left: 10px;
|
|
width: 200px;
|
|
}
|