Skip to content

Commit 532a0a2

Browse files
committed
revert temp code change
1 parent a5c83e6 commit 532a0a2

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/base/layout/list

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/layout/list/Group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Group = ({
2121
if (maxWidth) {
2222
newStyle = {
2323
...newStyle,
24-
maxWidth: maxWidth === true ? MAX_FORM_WIDTH - 1 : maxWidth,
24+
maxWidth: maxWidth === true ? MAX_FORM_WIDTH : maxWidth,
2525
}
2626
}
2727
const classes = classNames(ListClassNames.listGroup, className)

0 commit comments

Comments
 (0)