Workaround for Firefox not obeying break-inside: avoid;
This commit is contained in:
@@ -36,6 +36,11 @@ export default {
|
||||
padding: 4px;
|
||||
}
|
||||
.column-layout >>> > div {
|
||||
/*
|
||||
Table and width set because firefox does not support break-inside: avoid
|
||||
*/
|
||||
display: table;
|
||||
width: 100%;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-transform: translateX(0);
|
||||
-webkit-column-break-inside: avoid;
|
||||
|
||||
Reference in New Issue
Block a user