Skip to content

Commit 19f965c

Browse files
Merge branch 'feature/RI-3899_badges_location' of https://github.com/RedisInsight/RedisInsight into feature/RI-3942_rts_recommendation
2 parents e2c9e88 + 153f99f commit 19f965c

File tree

1 file changed

+3
-2
lines changed
  • redisinsight/ui/src/pages/databaseAnalysis/components/recommendations-view

1 file changed

+3
-2
lines changed

redisinsight/ui/src/pages/databaseAnalysis/components/recommendations-view/styles.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
height: 100%;
77

88
.badgesLegend {
9-
margin: 20px 22px 14px 0 !important;
9+
margin: 0 22px 14px 0 !important;
10+
padding-top: 20px;
1011

1112
.badgeWrapper {
1213
margin-right: 0;
@@ -36,7 +37,7 @@
3637
@include euiScrollBar;
3738
overflow-y: auto;
3839
overflow-x: hidden;
39-
max-height: 100%;
40+
max-height: calc(100% - 51px);
4041

4142
.accordionButton :global(.euiFlexItem) {
4243
margin: 0;

0 commit comments

Comments
 (0)