Fixed word wrap in breadcrumbs
authorMarcel Werk <burntime@woltlab.com>
Thu, 22 Sep 2016 17:47:05 +0000 (19:47 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 22 Sep 2016 17:47:05 +0000 (19:47 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss
wcfsetup/install/files/style/ui/breadcrumb.scss

index 6303da966d8189f135134785bff3c3e5528024db..1e5695fba703fc4f45824db056407f415f91e424 100644 (file)
                > li {
                        align-items: center;
                        display: flex;
-                       flex: 0 auto;
+                       flex: 0 auto;
                        
                        > a {
                                align-items: center;
index 3f74e570b1d0c1ef6f6a7c4f26cce24c483f82e3..638233855b0e50cab726f27cc965fdca24b7884d 100644 (file)
@@ -5,7 +5,8 @@
                display: flex;
                
                > li {
-                       flex: 0 auto;
+                       flex: 0 0 auto;
+                       white-space: nowrap;
                        
                        @include wcfFontSmall;