Skip to content

Commit b154c48

Browse files
author
Petr Brzek
committed
copy change
1 parent 62386da commit b154c48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
"lineHeightUnit": {
7676
"type": "select",
7777
"options": [
78-
"Use global unit",
79-
"Unitless (divided by font size)",
78+
"Use selected unit",
79+
"Unitless (number multiplied by the element's font size)",
8080
"px",
8181
"em",
8282
"rem"
8383
],
84-
"default": "Use global unit"
84+
"default": "Use selected unit"
8585
},
8686
"emValue": {
8787
"description": "1 em = x px — Ammount of pixels that correspond to one em. Em value is **not** relative to parent element.",

0 commit comments

Comments
 (0)