mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #3117 from nickofolas/fix/editor-tabs-height
Add minHeight to editor tabs
This commit is contained in:
commit
e704843d91
@ -870,6 +870,7 @@ export function Root(props: IProps): React.ReactElement {
|
||||
}}
|
||||
style={{
|
||||
maxWidth: `${tabTextWidth}px`,
|
||||
minHeight: '38.5px',
|
||||
overflow: "hidden",
|
||||
...(currentScript?.fileName === openScripts[index].fileName
|
||||
? {
|
||||
|
Loading…
Reference in New Issue
Block a user