You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/DescriptionList/DescriptionListItemTitle.css

19 lines
219 B

.title {
line-height: 1.528571429;
}
.title {
font-weight: bold;
}
@media (min-width: 768px) {
.title {
@add-mixin truncate;
float: left;
clear: left;
width: 160px;
text-align: right;
}
}