1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1868 from softworkz/OverviewLineBreaks

Preserve line breaks in item overview
This commit is contained in:
Luke 2016-06-24 14:40:41 -04:00 committed by GitHub
commit 9d103eb1d9

View file

@ -210,6 +210,10 @@
font-weight: normal !important;
}
.itemOverview {
white-space: pre-wrap;
}
a.itemTag:hover {
background-color: #2489ce;
}