Radarr/frontend/src/Movie/Details/MovieDetailsLinks.css

16 lines
178 B
CSS

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