mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Preserve line breaks in item overview
This commit is contained in:
parent
c5e8888cb4
commit
a3bbd3449f
@ -210,6 +210,10 @@
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.itemOverview {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
a.itemTag:hover {
|
||||
background-color: #2489ce;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user