Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 8d50697

Browse files
committed
fix DatBoolean label width, bump 0.0.10
1 parent 8ad618d commit 8d50697

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

build/react-dat-gui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/react-dat-gui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Dat.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Dat.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dat-gui",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "dat.GUI reimagined for React",
55
"main": "lib/Dat.js",
66
"style": "lib/Dat.css",

src/Dat.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ $border-left-size: 5px;
109109
.label-text {
110110
display: block;
111111
padding: 5px 0;
112+
width: calc(100% - 2em);
112113
}
113114

114115
.checkbox,
@@ -117,7 +118,7 @@ $border-left-size: 5px;
117118
top: 2px;
118119
right: 2px;
119120
bottom: 2px;
120-
width: 2.2em;
121+
width: 2em;
121122
}
122123

123124
.checkbox {

0 commit comments

Comments
 (0)