Skip to content

Commit 6efc4a4

Browse files
committed
#RI-6084 - fix height for key details
1 parent 54c2a4a commit 6efc4a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redisinsight/ui/src/pages/browser/modules/key-details/styles.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636
:global(.key-details-body) {
3737
position: relative;
38-
height: calc(100% - 105px);
39-
//min-height: 300px;
38+
height: calc(100% - 144px);
4039
}
4140

4241
:global(.key-details-footer) {

0 commit comments

Comments
 (0)