Skip to content

Commit ee4e7fd

Browse files
fix tablet command width (#1192)
1 parent da4f2d5 commit ee4e7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $marginIcon: 12px;
4343
width: calc(100% - 380px);
4444

4545
@media (min-width: $breakpoint-m) {
46-
width: calc(100% - 420px);
46+
width: calc(100% - 450px);
4747
}
4848
}
4949

0 commit comments

Comments
 (0)