Skip to content

Commit 3f150f7

Browse files
committed
sandbox
1 parent 5e8d899 commit 3f150f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-awesome-query-builder-demo",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Demo for react-awesome-query-builder",
55
"main": "src/index.jsx",
66
"readme": "README.md",

sandbox/src/demo/demo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class DemoQueryBuilder extends Component {
3434

3535
renderBuilder = (props) => (
3636
<div className="query-builder-container" style={{padding: '10px'}}>
37-
<div className="query-builder">
37+
<div className="query-builder qb-lite">
3838
<Builder {...props} />
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)