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 2b37ead commit 215ebc8Copy full SHA for 215ebc8
app/src/components/left/ComponentDrag.tsx
@@ -19,7 +19,7 @@ const ComponentDrag = ({ isThemeLight }): JSX.Element => {
19
<div className={classes.panelWrapper}>
20
{/* Display all root components */}
21
{/* Font size for 'index' in root components in .compPanelItem h3 style.css */}
22
- <div className={classes.panelWrapperList} style={{minWidth: "100px"}}>
+ <div className={classes.panelWrapperList}>
23
{/* Heading just below ADD button */}
24
<h4
25
className={
0 commit comments