Skip to content

Commit

Permalink
Fixed units for tablet and mobile (Fixes elementor#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobizz committed Jul 5, 2017
1 parent 971c8cb commit f0752e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions includes/elements/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,12 @@ protected function _register_controls() {
'default' => [
'unit' => '%',
],
'tablet_default' => [
'unit' => '%',
],
'mobile_default' => [
'unit' => '%',
],
'range' => [
'%' => [
'min' => 100,
Expand Down

0 comments on commit f0752e8

Please sign in to comment.