1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 19:28:39 +00:00

word wrap pre content (#25)

This commit is contained in:
Aurelien David 2019-02-10 11:04:26 +01:00
parent d98a57aa24
commit d2f24812af

View File

@ -35,6 +35,10 @@ a[href] img {
border: none;
}
pre {
white-space: pre-wrap;
}
#feedBody {
border: 1px solid THreeDShadow;
padding: 3em;