Lidarr/frontend/src/Artist/Details/ArtistDetailsLinks.css

14 lines
141 B
CSS

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