nicolasprigent / Dokuwiki-Kiwiki-Theme

Flex theme for Dokuwiki
https://www.dokuwiki.org/template:kiwiki
GNU General Public License v2.0
9 stars 3 forks source link

Long links overflow mobile view #20

Closed Gabe-LSN closed 7 months ago

Gabe-LSN commented 7 months ago

There's just one thing that breaks the mobile layout when there are long links (such as a wayback link to a page). This is mobile specific, for some reason links wrap correctly on desktop but not mobile browsers.

Steps to reproduce

  1. Use Kiwiki Theme
  2. On a oage, insert a really long bare link that extends beyond a mobile view.
  3. Load the page on a mobile browser and scroll side to side.

Suggested fix

Change the wrapping on external links.

.urlextern {
    word-break:break-all;
}

Great theme!

nicolasprigent commented 7 months ago

I've added the css rule, you can now update the theme. Thanks !