You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ebca183 fix github issues (Graeme Byrne)
Pull request description:
* In order to prevent long URLs in links and list items from overflowing the page, add :
```
word-wrap: break-word;
word-break: break-all;
overflow-wrap: break-word;
white-space: normal;
```
* Remove `word-break: break-all;` from links and list items which don't require it.
* [Highlight ToC #81](#81)
* [Build error: TypeError: Cannot read properties of undefined (reading 'relatedPosts') #80](#80)
* [Ask the designer how to implement a link inside a key feature card #42](#42)
* [Enable second level of indentation in TableOfContents section #58](#58)
* [v1 error page in v2 #71](#71)
* [Fake links in homepage #84](#84)
ACKs for top commit:
josecelano:
ACK ebca183
Tree-SHA512: 6536a66c42e4876ab6b5aebf7f68405441420eee2b87ff1887ffcbd2a09ac7ed1e588e563075476a2b51f4abe4b046e4947959e0c9f408de99b9057d5aa14f74
These elements on the homepage have a hover effect, and they are links but don't link anywhere.
We could link to subsections on the https://torrust.com/community page.
The text was updated successfully, but these errors were encountered: