0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-28 05:48:16 +00:00

fix snippet editor height

This commit is contained in:
Víctor Losada Hernández
2026-03-27 16:16:46 +01:00
parent 901f84bf34
commit c996bee932

View File

@@ -313,7 +313,7 @@ const Editor = createReactClass({
editorTheme={this.state.editorTheme}
renderer={this.props.brew.renderer}
rerenderParent={this.rerenderParent}
style={{ height: `calc(100% -${this.state.snippetBarHeight}px)` }} />
style={{ height: `calc(100% - 25px)` }} />
</>;
}
},