mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-18 00:52:24 -06:00
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:
parent
b2581c19a6
commit
3c14eeef2e
@ -19,7 +19,6 @@
|
|||||||
a {
|
a {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
|
@ -69,6 +69,12 @@ end
|
|||||||
|
|
||||||
###### [](#header-6)Header 6
|
###### [](#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 |
|
| head1 | head two | three |
|
||||||
|:-------------|:------------------|:------|
|
|:-------------|:------------------|:------|
|
||||||
| ok | good swedish fish | nice |
|
| ok | good swedish fish | nice |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user