Skip to content

Commit e0e8f0a

Browse files
committed
fix Query styles
1 parent 5aa7be6 commit e0e8f0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

redisinsight/ui/src/pages/workbench/components/query/Query/styles.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.container {
1313
display: flex;
1414
flex-direction: column;
15-
padding: 8px 16px;
15+
padding: 16px;
1616
width: 100%;
1717
height: 100%;
1818
word-break: break-word;
@@ -21,6 +21,7 @@
2121
background-color: var(--rsInputWrapperColor);
2222
color: var(--euiTextSubduedColor) !important;
2323
border: 1px solid var(--euiColorLightShade);
24+
border-radius: var(--border-radius-medium);
2425
}
2526

2627
.disabled {
@@ -62,7 +63,7 @@
6263
align-items: center;
6364
justify-content: space-between;
6465

65-
margin-top: 8px;
66+
margin-top: 16px;
6667
flex-shrink: 0;
6768
}
6869

0 commit comments

Comments
 (0)