Skip to content

Commit 3dfb018

Browse files
author
Roman.Sergeenko
committed
#RI-2192 - fix height for resizable component
1 parent 3c6dc79 commit 3dfb018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.mainComponent {
2-
height: calc(100% - 29px) !important;
2+
height: calc(100% - 26px) !important;
33
}
44

55
.resizableButton {

0 commit comments

Comments
 (0)