Skip to content

Commit 02503a9

Browse files
#RI-4944 - fix styles
1 parent 72f05ec commit 02503a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/pages/browser/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ $breakpoint-to-hide-resize-panel: 1280px;
1414
height: calc(100% - 280px);
1515

1616
&.mainWithBackBtn {
17-
height: calc(100% - 328px);
17+
height: calc(100% - 338px);
1818
}
1919

2020
@media only screen and (min-width: 768px) {
2121
max-width: calc(100vw - 60px);
2222

2323
&.mainWithBackBtn {
24-
height: calc(100% - 108px);
24+
height: calc(100% - 118px);
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)