All Topics
Gravity Forms – Overlap in Entries table
Hi, in my Gravity Forms entries table there is some kind of overlap between elements. Once I deactivate Admin Columns Pro everything looks normal.
I was able to fix it with this line of CSS:
.gform-settings-panel__content #form_list_form .tablenav, .gform-settings-panel__content#entry_list_form .tablenav {
flex-wrap: unset!important;
}
Is there maybe a better fix for this?
You must be logged in to reply to this topic.