mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
12 lines
240 B
CSS
12 lines
240 B
CSS
.title {
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
|
|
|
|
width: 90px;
|
|
}
|
|
|
|
.description {
|
|
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
|
|
|
|
margin-left: 110px;
|
|
}
|