Skip to content

Commit

Permalink
Fixed repeater titles visibility. Fixes #1707.
Browse files Browse the repository at this point in the history
  • Loading branch information
kobizz committed May 16, 2017
1 parent 592d0e5 commit dff5732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dev/scss/editor/panel/_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

&.elementor-control-hidden-label {

.elementor-control-title {
> * > .elementor-control-title, > * > * > .elementor-control-title { // Avoid repeater titles to be affected from above
display: none;
}
}
Expand Down

0 comments on commit dff5732

Please sign in to comment.