Skip to content

Commit 8583a0b

Browse files
authored
fix: wpuf-post-forms-list-table-overflow-hidden (#1639)
1 parent a971c44 commit 8583a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Admin/views/post-forms-list-table-view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="wpuf-post-forms-list-table-view" class="wpuf-h-100vh wpuf-bg-white wpuf-ml-[-20px] wpuf-py-0 wpuf-px-[20px]">
1+
<div id="wpuf-post-forms-list-table-view" class="wpuf-h-100vh wpuf-bg-white wpuf-ml-[-20px] wpuf-py-0 wpuf-px-[20px] wpuf-overflow-hidden">
22
<noscript>
33
<strong>
44
<?php esc_html_e( "We're sorry but this page doesn't work properly without JavaScript. Please enable it to continue.", 'wp-user-frontend' ); ?>

0 commit comments

Comments
 (0)