Fing long text not wrapped

This commit is contained in:
Radhi Fadlillah 2018-03-07 07:34:55 +07:00
parent 9d3c8eedf9
commit df63d31e9a
3 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -652,4 +652,11 @@
color: white;
}
}
@supports not (hyphens: auto) {
.bookmark-title,
.bookmark-url,
.bookmark-excerpt {
word-break: break-all;
}
}
}