Skip to content

Commit 04554b4

Browse files
roxellbhcopeland
authored andcommitted
docs: replace deprecated word-break value in extra.css
word-break: break-word is deprecated. Replace it with word-break: normal combined with overflow-wrap: anywhere. Reported-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent 858f448 commit 04554b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/extra.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
td, th {
2-
word-break: break-word;
2+
word-break: normal;
3+
overflow-wrap: anywhere;
34
}

0 commit comments

Comments
 (0)