Files
Prowlarr/frontend/src/Search/Table/ReleaseLinks.css
T
2023-12-10 16:02:24 +02:00

14 lines
142 B
CSS

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