when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
if (! $item_opacity)
|
||||
$item_opacity = "1";
|
||||
if (! $font_size)
|
||||
$font_size = "12";
|
||||
$font_size = "1.0em";
|
||||
if (! $font_colour)
|
||||
$font_colour = "#4D4D4D";
|
||||
if (! $radius)
|
||||
|
Reference in New Issue
Block a user