Hotfixed column layout with translateZ(0) hack

This commit is contained in:
Stefan Zermatten
2017-06-07 09:46:38 +02:00
parent d7f7eb2e6a
commit b090718f7b

View File

@@ -4,6 +4,7 @@
column-gap: 0px;
column-width: 304px;
padding: 4px;
transform: translateZ(0);
}
.column-container.thin-columns {