Got cards to behave themselves in columns and not overflow width

This commit is contained in:
Thaum Rystra
2020-05-19 01:03:18 +02:00
parent e0fc5abe7b
commit 65d367942e

View File

@@ -40,6 +40,7 @@ export default {
Table and width set because firefox does not support break-inside: avoid
*/
display: table;
table-layout: fixed;
width: 100%;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0);