mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-25 08:24:20 +01:00
Merge pull request #219 from amiaopensource/wordbreak-in-ff
sets wordbreak in firefox for long code
This commit is contained in:
commit
50185eb04e
@ -4,6 +4,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user