mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 15:02:38 +00:00
All fixes seem to be working?
This commit is contained in:
@@ -177,6 +177,12 @@ body {
|
||||
}
|
||||
}
|
||||
//*****************************
|
||||
// * SPLIT TABLE
|
||||
// *****************************/
|
||||
div table+pre {
|
||||
display: none;
|
||||
}
|
||||
//*****************************
|
||||
// * NOTE
|
||||
// *****************************/
|
||||
blockquote{
|
||||
@@ -330,9 +336,8 @@ body {
|
||||
//Column Break
|
||||
pre, code{
|
||||
visibility : hidden;
|
||||
-webkit-column-break-after : always;
|
||||
break-after : always;
|
||||
-moz-column-break-after : always;
|
||||
break-after : column;
|
||||
min-height : 1px;
|
||||
}
|
||||
//Avoid breaking up
|
||||
p,blockquote,table{
|
||||
|
||||
Reference in New Issue
Block a user