Skip to content

Commit 4ec75d0

Browse files
committed
fix(sample): query-builder margin-right added to tree
1 parent fbe28af commit 4ec75d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/interactions/query-builder/query-builder-sample-1/query-builder-sample-1.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
height: 200px;
1010
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
1111
margin-top: 15px;
12+
margin-right: 15px;
1213
border-radius: 4px;
1314
padding-left: 16px;
1415
}

src/app/interactions/query-builder/query-builder-template-sample/query-builder-template-sample.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
height: 200px;
1010
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
1111
margin-top: 15px;
12+
margin-right: 15px;
1213
border-radius: 4px;
1314
padding-left: 16px;
1415
}

0 commit comments

Comments
 (0)