Skip to content

Commit 2866b5e

Browse files
Merge pull request #1436 from RedisInsight/bugfix/RI-3822/3742/3788_regression_bugs
Bugfix/RI-3815 update styles
2 parents 7f1a0a7 + a8d16c5 commit 2866b5e

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

redisinsight/ui/src/components/query-card/QueryCardHeader/styles.module.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,8 @@ $marginIcon: 12px;
4444
min-width: calc(100% - 490px);
4545

4646
@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);
5449
}
5550
}
5651

@@ -149,7 +144,7 @@ $marginIcon: 12px;
149144
min-width: 13px;
150145
width: 13px;
151146

152-
@media (min-width: $breakpoint-l) {
147+
@media (min-width: $breakpoint-m) {
153148
min-width: 58px;
154149
width: 58px;
155150
}
@@ -158,7 +153,7 @@ $marginIcon: 12px;
158153
.executionTimeValue {
159154
display: none;
160155

161-
@media (min-width: $breakpoint-l) {
156+
@media (min-width: $breakpoint-m) {
162157
display: initial;
163158
overflow: hidden;
164159
text-overflow: ellipsis;

redisinsight/ui/src/components/query-card/styles.module.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ $breakpoint-m: 1050px;
88
.containerWrapper {
99
min-width: 560px;
1010
@media (min-width: $breakpoint-m) {
11-
min-width: 650px;
12-
}
13-
@media (min-width: $breakpoint-l) {
14-
min-width: 720px;
11+
min-width: 700px;
1512
}
1613
&:nth-of-type(even) {
1714
background-color: var(--euiColorEmptyShade) !important;

0 commit comments

Comments
 (0)