Created
July 6, 2022 09:58
-
-
Save diviengine/ad59c9a784f0179043a113535fe05927 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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