mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
14 lines
142 B
CSS
14 lines
142 B
CSS
.links {
|
|
margin: 0;
|
|
}
|
|
|
|
.link {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.linkLabel {
|
|
composes: label from '~Components/Label.css';
|
|
|
|
cursor: pointer;
|
|
}
|