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;
}
.itemOverview {
white-space: pre-wrap;
}
a.itemTag:hover {
background-color: #2489ce;
}