Skip to content

Commit 2e474a9

Browse files
committed
RI-7239 - Workbench results - the execution time has a broken layout
1 parent a061b08 commit 2e474a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $marginIcon: 12px;
6161
}
6262

6363
.time {
64-
max-width: 126px;
64+
max-width: 134px;
6565
}
6666

6767
.mode + .mode {
@@ -141,6 +141,7 @@ $marginIcon: 12px;
141141
.executionTime {
142142
min-width: 13px;
143143
width: 13px;
144+
display: flex;
144145

145146
@media (min-width: $breakpoint-m) {
146147
min-width: 92px;

0 commit comments

Comments
 (0)