We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c83e6 commit 532a0a2Copy full SHA for 532a0a2
redisinsight/ui/src/components/base/layout/list/Group.tsx
@@ -21,7 +21,7 @@ const Group = ({
21
if (maxWidth) {
22
newStyle = {
23
...newStyle,
24
- maxWidth: maxWidth === true ? MAX_FORM_WIDTH - 1 : maxWidth,
+ maxWidth: maxWidth === true ? MAX_FORM_WIDTH : maxWidth,
25
}
26
27
const classes = classNames(ListClassNames.listGroup, className)
0 commit comments