Allow links to wrap (#905)

Fix #734.

- Remove `white-space: nowrap;` in `_sass/content.scss`.
- Add an example testing wrapping in`docs/index-test.md`.
This commit is contained in:
Peter Mosses
2022-08-01 07:14:03 +02:00
committed by GitHub
parent b2581c19a6
commit 3c14eeef2e
2 changed files with 6 additions and 1 deletions

View File

@@ -19,7 +19,6 @@
a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
ul,