Skip to content

Commit

Permalink
address line-height of icons in customizer - fixes #88
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed May 11, 2019
1 parent 9fb0bd7 commit 6b3f228
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/assets/scss/customizer/controls/_sections.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.control-section .accordion-section-title,
.customize-pane-child .accordion-section-title {
line-height: 1.4em;
&:before {
line-height: inherit;
}
}

// Base Styles.
#customize-controls {
.control-section-bgtfw_section.open > li.control-section-bgtfw_section {
Expand Down

0 comments on commit 6b3f228

Please sign in to comment.