Fix horizontal scrollbar on changelog, refs #828

This commit is contained in:
Simon Willison 2020-06-09 21:20:07 -07:00
commit d828abadde
2 changed files with 8 additions and 0 deletions

3
docs/_static/css/custom.css vendored Normal file
View file

@ -0,0 +1,3 @@
a.external {
overflow-wrap: anywhere;
}