mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
413a70a312
(cherry picked from commit 4e048bf4999230f9c75d98ef2d8a1201d5ed68ed)
12 lines
168 B
CSS
12 lines
168 B
CSS
.description {
|
|
margin-left: 0;
|
|
line-height: $lineHeight;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.description {
|
|
margin-left: 180px;
|
|
}
|
|
}
|