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;
}