Lidarr/frontend/src/Album/Details/AlbumDetailsLinks.css

14 lines
142 B
CSS

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