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

Preserve line breaks in item overview

This commit is contained in:
softworkz 2016-06-13 02:42:30 +02:00
parent c5e8888cb4
commit a3bbd3449f

View file

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