mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
core: fix paragraph annoying scroll bar
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
d3796479ee
commit
6f79c6c590
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user