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

16 lines
178 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.links {
display: flex;
flex-wrap: wrap;
2018-11-23 07:04:42 +00:00
margin: 0;
}
.link {
white-space: nowrap;
}
.linkLabel {
composes: label from '~Components/Label.css';
2018-11-23 07:04:42 +00:00
cursor: pointer;
}