We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4ac32 commit edd4b58Copy full SHA for edd4b58
redisinsight/ui/src/pages/workbench/components/query/Query/styles.module.scss
@@ -12,7 +12,7 @@
12
.container {
13
display: flex;
14
flex-direction: column;
15
- padding: 8px 16px;
+ padding: 16px;
16
width: 100%;
17
height: 100%;
18
word-break: break-word;
@@ -21,6 +21,7 @@
21
background-color: var(--rsInputWrapperColor);
22
color: var(--euiTextSubduedColor) !important;
23
border: 1px solid var(--euiColorLightShade);
24
+ border-radius: var(--border-radius-medium);
25
}
26
27
.disabled {
@@ -62,7 +63,7 @@
62
63
align-items: center;
64
justify-content: space-between;
65
- margin-top: 8px;
66
+ margin-top: 16px;
67
flex-shrink: 0;
68
69
0 commit comments