Skip to content

Commit b2ff6ba

Browse files
authored
Merge pull request #3430 from RedisInsight/fe/bugifx/release/2.50.0
#RI-5786 - fix styles
2 parents e16b840 + 49e169f commit b2ff6ba

File tree

1 file changed

+3
-3
lines changed
  • redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/stream-details-body

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ $cellPaddingWidth: 12px;
1919
content: "\00FE3F" !important;
2020
font-family: serif !important;
2121
position: absolute !important;
22-
background-color: initial;
23-
top: 0px;
24-
left: -2px;
22+
background-color: initial !important;
23+
top: 0 !important;
24+
left: -2px !important;
2525
color: var(--euiTextSubduedColor);
2626
transform: rotate(90deg);
2727
font-weight: bold;

0 commit comments

Comments
 (0)