mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
Merge pull request #3091 from nickofolas/fix/editor-tab-width
Fix extra space on editor tabs
This commit is contained in:
commit
8136407b1d
@ -811,7 +811,6 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
{...provided.dragHandleProps}
|
{...provided.dragHandleProps}
|
||||||
style={{
|
style={{
|
||||||
...provided.draggableProps.style,
|
...provided.draggableProps.style,
|
||||||
minWidth: '200px',
|
|
||||||
maxWidth: `${tabMaxWidth}px`,
|
maxWidth: `${tabMaxWidth}px`,
|
||||||
marginRight: `${tabMargin}px`,
|
marginRight: `${tabMargin}px`,
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user