core: fix paragraph annoying scroll bar

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia 2017-08-09 22:02:41 +02:00
parent d3796479ee
commit 6f79c6c590
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,6 @@ h6 {
p, pre {
margin-top: 1em;
margin-left: 0px;
overflow: auto;
}
ul, ol, dl {
@ -270,6 +269,8 @@ dt {
code {
font-family: monospace;
overflow: auto;
max-width: 100%;
}
blockquote {