Skip to content

Commit

Permalink
Fix inserter style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Apr 7, 2021
1 parent 23a4ca3 commit c81cbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
min-width: 100%;
}

#customize-outer-theme-controls #sub-accordion-section-widgets-inserter {
#customize-outer-theme-controls .widgets-inserter {
padding: 0;

.customize-section-description-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class InserterOuterSection extends customize.OuterSection {
// Use capture mode to make this run before other event listeners.
true
);

this.contentContainer.addClass( 'widgets-inserter' );
}
get isOpen() {
return this.expanded();
Expand Down

0 comments on commit c81cbab

Please sign in to comment.