Quick/Bulk Edit: Fix padding in term quick edit.

Fix missing padding on quick edit for taxonomy terms following accessibility changes in [53096].

Props afercia.
Fixes #35483.

git-svn-id: https://develop.svn.wordpress.org/trunk@53109 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Dolson
2022-04-08 17:03:10 +00:00
parent b6394c2e9f
commit cbf7859f92

View File

@@ -656,6 +656,7 @@ class WP_Terms_List_Table extends WP_List_Table {
<tr id="inline-edit" class="inline-edit-row" style="display: none">
<td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
<div class="inline-edit-wrapper">
<fieldset>
<legend class="inline-edit-legend"><?php _e( 'Quick Edit' ); ?></legend>
@@ -708,6 +709,7 @@ class WP_Terms_List_Table extends WP_List_Table {
<p class="error"></p>
</div>
</div>
</div>
</td></tr>