mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-26 19:58:20 +01:00
css for code when line is really long and doesnt naturally have a breakpoint
This commit is contained in:
parent
3c504e5347
commit
1e9c064f6f
@ -2,6 +2,10 @@ h1,h2,h3,h4,h5,h6 {
|
|||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
padding-left:24px;
|
padding-left:24px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user