Fix word-wrap should be word-break.
This commit is contained in:
parent
d1148d85db
commit
2dd71a002b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#editor_area
|
#editor_area
|
||||||
{
|
{
|
||||||
grid-area: editor_area;
|
grid-area: editor_area;
|
||||||
word-wrap: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
#before_after_links
|
#before_after_links
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue