Skip to content

Commit 989ceb5

Browse files
committed
Reduce padding in query buttons box
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
1 parent 32a27d5 commit 989ceb5

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)