Skip to content

Commit 30eca23

Browse files
authored
Merge pull request #269 from carlosms/query-btn-padding
Reduce padding in query buttons box
2 parents b328187 + 989ceb5 commit 30eca23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/QueryBox.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
.button-row {
2626
flex: 0 0;
2727
border-top: solid 1px @primary-tint-3;
28-
padding: @big-spacing;
28+
padding: @small-spacing @big-spacing;
2929
margin: 0;
3030

3131
.buttons-wrapper {

0 commit comments

Comments
 (0)