mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-26 12:47:50 +02:00
breaks lines at word for firefox
This commit is contained in:
@ -5,6 +5,7 @@ html, body {
|
||||
background-color: #060606;
|
||||
margin: 0;
|
||||
word-break: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
Reference in New Issue
Block a user