Making WordPress.org


Ignore:
Timestamp:
04/22/2024 03:47:54 AM (5 months ago)
Author:
dd32
Message:

Support Forums: Blocks: Reset the padding on the link editor toolbar.

Props ShameemReza for report.
Fixes #7606.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php

    r13573 r13581  
    108108                button.components-button.block-selection-button_select-button {
    109109                    color: #fff !important;
     110                }
     111                /* Reset the link editor padding in BE theme-compat. https://meta.trac.wordpress.org/ticket/7606 + https://github.com/Automattic/blocks-everywhere/issues/206 */
     112                .gutenberg-support #bbpress-forums fieldset.bbp-form .blocks-everywhere .block-editor-link-control button {
     113                    padding: inherit;
    110114                }
    111115            CSS
Note: See TracChangeset for help on using the changeset viewer.