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/Retag/RetagPreviewRow.css

34 lines
528 B

.row {
display: flex;
margin-bottom: 5px;
padding: 5px 0;
border-bottom: 1px solid var(--borderColor);
&:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
}
.column {
display: flex;
flex-direction: column;
}
.selectedContainer {
margin-right: 30px;
}
.path {
margin-left: 10px;
word-break: break-word;
font-weight: bold;
}
.description {
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
word-break: break-word;
}