From d693301c3706d2f807dfdf3f2aa3e6af63b5c3b9 Mon Sep 17 00:00:00 2001 From: Eric Scheid Date: Mon, 7 May 2018 20:46:08 +1000 Subject: [PATCH] Fix property name break-inside --- client/homebrew/phbStyle/phb.style.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 30e2a296b..afa072fe8 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -338,7 +338,7 @@ body { p,blockquote,table{ z-index : 15; -webkit-column-break-inside : avoid; - column-break-inside : avoid; + break-inside : avoid; overflow: hidden; /* Firefox fix */ } //Better spacing for spell blocks @@ -356,7 +356,7 @@ body { } li{ -webkit-column-break-inside : avoid; - column-break-inside : avoid; + break-inside : avoid; } } //***************************** @@ -381,7 +381,7 @@ body { text-indent : -1em; list-style-type : none; -webkit-column-break-inside : auto; - column-break-inside : auto; + break-inside : auto; } } //***************************** @@ -450,7 +450,7 @@ body { // *****************************/ .phb .toc{ -webkit-column-break-inside : avoid; - column-break-inside : avoid; + break-inside : avoid; a{ color : black; text-decoration : none;