File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
redisinsight/ui/src/components/query-card Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,8 @@ $marginIcon: 12px;
44
44
min-width : calc (100% - 490px );
45
45
46
46
@media (min-width : $breakpoint-m ) {
47
- width : calc (100% - 582px );
48
- min-width : calc (100% - 582px );
49
- }
50
-
51
- @media (min-width : $breakpoint-l ) {
52
- width : calc (100% - 633px );
53
- min-width : calc (100% - 633px );
47
+ width : calc (100% - 627px );
48
+ min-width : calc (100% - 627px );
54
49
}
55
50
}
56
51
@@ -149,7 +144,7 @@ $marginIcon: 12px;
149
144
min-width : 13px ;
150
145
width : 13px ;
151
146
152
- @media (min-width : $breakpoint-l ) {
147
+ @media (min-width : $breakpoint-m ) {
153
148
min-width : 58px ;
154
149
width : 58px ;
155
150
}
@@ -158,7 +153,7 @@ $marginIcon: 12px;
158
153
.executionTimeValue {
159
154
display : none ;
160
155
161
- @media (min-width : $breakpoint-l ) {
156
+ @media (min-width : $breakpoint-m ) {
162
157
display : initial ;
163
158
overflow : hidden ;
164
159
text-overflow : ellipsis ;
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ $breakpoint-m: 1050px;
8
8
.containerWrapper {
9
9
min-width : 560px ;
10
10
@media (min-width : $breakpoint-m ) {
11
- min-width : 650px ;
12
- }
13
- @media (min-width : $breakpoint-l ) {
14
- min-width : 720px ;
11
+ min-width : 700px ;
15
12
}
16
13
& :nth-of-type (even ) {
17
14
background-color : var (--euiColorEmptyShade ) !important ;
You can’t perform that action at this time.
0 commit comments