Skip to content

Commit

Permalink
Adjust edit widgets list view X close button size.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Nov 6, 2024
1 parent 3a63c35 commit bb21ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export default function ListViewSidebar() {
<div className="edit-widgets-editor__list-view-panel-header">
<strong>{ __( 'List View' ) }</strong>
<Button
__next40pxDefaultSize
icon={ closeSmall }
label={ __( 'Close' ) }
onClick={ closeListView }
size="compact"
/>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
justify-content: space-between;
height: $grid-unit-60;
padding-left: $grid-unit-20;
padding-right: $grid-unit-05;
padding-right: $grid-unit-10;
}

0 comments on commit bb21ba1

Please sign in to comment.