mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-15 15:54:08 -04:00
12 lines
195 B
CSS
12 lines
195 B
CSS
.cell {
|
|
padding: 8px;
|
|
border-top: 1px solid var(--borderColor);
|
|
line-height: 1.52857143;
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointMedium) {
|
|
.cell {
|
|
white-space: nowrap;
|
|
}
|
|
}
|