Skip to content

Commit 215ebc8

Browse files
committed
removed extra minWidth in component Drag
1 parent 2b37ead commit 215ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/left/ComponentDrag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ComponentDrag = ({ isThemeLight }): JSX.Element => {
1919
<div className={classes.panelWrapper}>
2020
{/* Display all root components */}
2121
{/* Font size for 'index' in root components in .compPanelItem h3 style.css */}
22-
<div className={classes.panelWrapperList} style={{minWidth: "100px"}}>
22+
<div className={classes.panelWrapperList}>
2323
{/* Heading just below ADD button */}
2424
<h4
2525
className={

0 commit comments

Comments
 (0)