Remove 200px min width of script editor tabs

This commit is contained in:
nickofolas 2022-03-07 17:33:56 -06:00
parent 4b4b3f03da
commit 472503814b

@ -811,7 +811,6 @@ export function Root(props: IProps): React.ReactElement {
{...provided.dragHandleProps}
style={{
...provided.draggableProps.style,
minWidth: '200px',
maxWidth: `${tabMaxWidth}px`,
marginRight: `${tabMargin}px`,
flexShrink: 0,