Add a non overflow behaviour (Fix #120) #124

Manually merged
KitaitiMakoto merged 2 commits from Marius/documentation:main into main 3 years ago
Marius commented 3 years ago

Add a break option for code and width:100% to the global page, this way we have not so many overflow.

However it might still exists somes on really long lines without spaces.

Tested only on Firefox on Debian SID and Fennec on android.

Add a break option for code and `width:100%` to the global page, this way we have not so many overflow. However it might still exists somes on really long lines without spaces. Tested only on Firefox on Debian SID and Fennec on android.
KitaitiMakoto merged commit e393bf7339 into main manually 3 years ago
Owner

Thanks!

Thanks!
Owner

I applied this patch to the site: https://docs.joinplu.me/

I applied this patch to the site: https://docs.joinplu.me/
The pull request has been manually merged as e393bf7339.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Marius-main main
git pull main

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff Marius-main
git push origin main
Sign in to join this conversation.
Loading…
There is no content yet.