Skip to content

Commit

Permalink
fix(QSeparator): JSON > "spaced" default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 20ead01 commit 73b08dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/separator/QSeparator.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"spaced": {
"type": [ "Boolean", "String" ],
"desc": "If set to true, the corresponding direction margins will be set to 8px; It can also be set to a size in CSS units, including unit name, or one of the xs|sm|md|lg|xl predefined sizes",
"default": "'md'",
"examples": [ "'12px'", "'sm'", "'md'" ],
"category": "content"
},
Expand Down

0 comments on commit 73b08dc

Please sign in to comment.