Merge pull request #3091 from nickofolas/fix/editor-tab-width

Fix extra space on editor tabs
This commit is contained in:
hydroflame
2022-03-08 16:31:47 -05:00
committed by GitHub

View File

@ -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,