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
commit 8136407b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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