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

14 lines
142 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.links {
margin: 0;
}
.link {
white-space: nowrap;
}
.linkLabel {
composes: label from '~Components/Label.css';
2017-09-04 02:20:56 +00:00
cursor: pointer;
}