Add minHeight to editor tabs

This commit is contained in:
nickofolas
2022-03-11 11:10:28 -06:00
parent 372776c94e
commit a1b3dddf9e

View File

@ -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
? {