Skip to content

Instantly share code, notes, and snippets.

@diviengine
Created July 6, 2022 09:58
Show Gist options
  • Save diviengine/ad59c9a784f0179043a113535fe05927 to your computer and use it in GitHub Desktop.
Save diviengine/ad59c9a784f0179043a113535fe05927 to your computer and use it in GitHub Desktop.
.dmach-repeater-table {
display: table !important;
}
.dmach-repeater-table thead,
.dmach-repeater-table tbody{
display: table-header-group !important;
}
.dmach-repeater-table tr {
display: table-row !important;
position: relative !important;
top: 0 !important;
left: 0 !important;
}
.dmach-repeater-table th,
.dmach-repeater-table td{
display: table-cell !important;
position: relative !important;
top: 0 !important;
left: 0 !important;
padding-left: 0 !important;
}
table.dmach-repeater-table td:before {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment