Files
Readarr/frontend/src/Author/Details/AuthorDetailsLinks.css
T
2020-05-19 21:50:37 +01:00

14 lines
142 B
CSS

.links {
margin: 0;
}
.link {
white-space: nowrap;
}
.linkLabel {
composes: label from '~Components/Label.css';
cursor: pointer;
}