From d96ac0f3ca6a56c869890b552f8fcadae851c218 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sat, 3 Dec 2016 14:56:31 -0500 Subject: [PATCH] Adding breakavoid to list elements --- changelog.md | 1 + client/homebrew/phbStyle/phb.style.less | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 531d39b2d..84b01df8f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - Added a button to quickly share your brew to reddit :) - Disabled Partial Page Rendering unless your brew hits 75 pages or longer - The brew renderer will now try and use your first page to judge the page size of each of your brews. This allows you now to set landscape and other weird sizes and everthing should work fine :) +- UI on the user page improved slightly diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 7a5736fc7..fcda2116a 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -351,6 +351,10 @@ body { margin-bottom : 0px; margin-left : 1.5em; } + li{ + -webkit-column-break-inside : avoid; + column-break-inside : avoid; + } } //***************************** // * SPELL LIST