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

Adding breakavoid to list elements

This commit is contained in:
Scott Tolksdorf
2016-12-03 14:56:31 -05:00
parent ce5596c489
commit d96ac0f3ca
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -351,6 +351,10 @@ body {
margin-bottom : 0px;
margin-left : 1.5em;
}
li{
-webkit-column-break-inside : avoid;
column-break-inside : avoid;
}
}
//*****************************
// * SPELL LIST