1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-23 11:48:42 +00:00

Update preview.css

'code' tag should not create line breaks.
This commit is contained in:
freemp 2019-04-05 14:50:59 +02:00 committed by GitHub
parent f03abbfb84
commit f3d99ec5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,6 @@ pre {
} }
code { code {
display: block;
overflow: auto; overflow: auto;
white-space: inherit; white-space: inherit;
} }