Skip to content

Commit 92fe37e

Browse files
committed
fix(ui): add spacing betwen the key details in the header
re #RI-7602
1 parent 13dd2a9 commit 92fe37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/modules/key-details-header/KeyDetailsHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const KeyDetailsHeader = ({
172172
align="start"
173173
justify="between"
174174
>
175-
<Row>
175+
<Row gap="l">
176176
<KeyDetailsHeaderSizeLength width={width} />
177177
<KeyDetailsHeaderTTL onEditTTL={handleEditTTL} />
178178
</Row>

0 commit comments

Comments
 (0)