Lidarr/frontend/src/Settings/Profiles/Release/ReleaseProfile.css

18 lines
232 B
CSS

.releaseProfile {
composes: card from '~Components/Card.css';
width: 290px;
}
.enabled {
display: flex;
flex-wrap: wrap;
margin-top: 5px;
}
.label {
composes: label from '~Components/Label.css';
max-width: 100%;
}