diff --git a/app/imports/client/ui/components/ColumnLayout.vue b/app/imports/client/ui/components/ColumnLayout.vue index 8d3fc918..c3bda533 100644 --- a/app/imports/client/ui/components/ColumnLayout.vue +++ b/app/imports/client/ui/components/ColumnLayout.vue @@ -39,17 +39,6 @@ export default { .column-layout>div, .column-layout>span>div { - /* - Table and width set because firefox does not support break-inside: avoid - */ - display: table; - table-layout: fixed; - width: 100%; - backface-visibility: hidden; - -webkit-backface-visibility: hidden; - transform: translateX(0); - -webkit-transform: translateX(0); - -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 4px;