Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc0739e

Browse files
CheckBoxGroup
1 parent c819c5f commit cc0739e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luisa-vue",
3-
"version": "3.0.38",
3+
"version": "3.0.39",
44
"description": "Luisa - VUE Renderer for FIGMA designs. Turn your Figma or Quant-UX design into VUE, or create re-usable designlets",
55
"main": "./dist/luisa-vue3.common.js",
66
"scripts": {

src/qux/scss/qux-checkgroup.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
justify-content: space-between;
55

66
.qux-checkbox{
7-
display: block;
7+
display: flex;
8+
align-items: center;
9+
gap: 8px;
810

911
.qux-checkbox-cntr{
10-
vertical-align: middle;
1112
box-sizing: border-box;
1213
}
1314
}

0 commit comments

Comments
 (0)