Skip to content

Commit 2ea633a

Browse files
authored
Merge pull request #1534 from RedisInsight/fe/bugfix/RI-3964
#RI-3964 - fix margin for modules in databases list
2 parents 4faeede + 9394457 commit 2ea633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/home/components/DatabasesListComponent/DatabasesListWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const DatabasesListWrapper = ({
270270
<div style={{ width: '100%', height: '100%', position: 'relative' }}>
271271
<AutoSizer>
272272
{({ width: columnWidth }) => (
273-
<div style={{ width: columnWidth, height: 40 }}>
273+
<div style={{ width: columnWidth, height: 40, marginLeft: -6 }}>
274274
<DatabaseListModules
275275
content={isRediStack ? (
276276
<EuiIcon

0 commit comments

Comments
 (0)