1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00
Files
Sonarr/frontend/src/Components/DescriptionList/DescriptionListItemDescription.css
T
2023-11-19 21:32:06 -08:00

12 lines
168 B
CSS

.description {
margin-left: 0;
line-height: $lineHeight;
overflow-wrap: break-word;
}
@media (min-width: 768px) {
.description {
margin-left: 180px;
}
}