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:
parent
c5e8888cb4
commit
a3bbd3449f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue