Skip to content
Snippets Groups Projects
Unverified Commit 3c14eeef authored by Peter Mosses's avatar Peter Mosses Committed by GitHub
Browse files

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`.
parent b2581c19
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@
a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
ul,
......
......@@ -69,6 +69,12 @@ end
###### [](#header-6)Header 6
[This is a very long link which wraps and therefore doesn't overflow
even when it comes at the beginning](.) of the line.
- [This is a very long link which wraps and therefore doesn't overflow the line
when used first in an item ](.) in a list.
| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment