mirror of
https://github.com/Radarr/Radarr
synced 2026-01-01 21:24:19 +01:00
11 lines
194 B
CSS
11 lines
194 B
CSS
.cell {
|
|
padding: 8px;
|
|
border-top: 1px solid var(--borderColor);
|
|
line-height: 1.52857143;
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
.cell {
|
|
white-space: nowrap;
|
|
}
|
|
}
|