0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Fix invisible paragraphs at top of new columns

Code was old Firefox fix that doesn't seem to do anything anymore anyway.
This commit is contained in:
Trevor Buckner
2020-07-19 02:32:58 -04:00
committed by GitHub
parent 62a827ce49
commit f754ecd6c3

View File

@@ -339,7 +339,6 @@ body {
-webkit-column-break-inside : avoid;
page-break-inside : avoid;
break-inside : avoid;
overflow: hidden; /* Firefox fix */
}
//Better spacing for spell blocks
h4+p+hr+ul{