Skip to content

Commit 44f8f2b

Browse files
authored
RI-7281 - Inine editing of hashes has broken buttons (#4839)
1 parent dd5e5a0 commit 44f8f2b

File tree

1 file changed

+4
-1
lines changed
  • redisinsight/ui/src/pages/browser/modules/key-details/shared/editable-textarea

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
.textAreaControls {
2020
right: 4px !important;
2121
bottom: 4px !important;
22-
top: auto !important;
2322
background-color: var(--euiPageBackgroundColor) !important;
23+
:nth-child(2) {
24+
margin-top: -6px
25+
}
2426
}
27+

0 commit comments

Comments
 (0)