You are here: Foswiki>Tasks Web>Item14890 (28 Mar 2022, MichaelDaum)Edit Attach

Item14890: breadcrumbs won't line-break on mobile devices

pencil
Priority: Normal
Current State: Closed
Released In: 2.1.7
Target Release: patch
Applies To: Extension
Component: PatternSkin
Branches: Release02x01 master
Reported By: MichaelDaum
Waiting For:
Last Change By: MichaelDaum
... reported by Cieska.

Screenshot-20191129-072107.jpg

Hot fix:

diff --git a/PatternSkin/pub/System/PatternSkinTheme/style_src.css b/PatternSkin/pub/System/PatternSkinTheme/style_src.css
index 72ac1e264..883106e78 100644
--- a/PatternSkin/pub/System/PatternSkinTheme/style_src.css
+++ b/PatternSkin/pub/System/PatternSkinTheme/style_src.css
@@ -996,6 +996,7 @@ html>body #patternSideBarContents li { /* Mozilla */
 }
 .patternHomePath .foswikiSeparator {
        padding:0 .35em;
+        word-break:break-all;
 }

applied to foswiki.org.

-- MichaelDaum - 29 Nov 2019

 

I Attachment Action Size Date Who Comment
Screenshot-20191129-072107.jpgjpg Screenshot-20191129-072107.jpg manage 281 K 29 Nov 2019 - 07:46 MichaelDaum  
Topic revision: r2 - 28 Mar 2022, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy