text editor is squished

This commit is contained in:
Olivier Gagnon 2021-09-11 12:56:08 -04:00
parent b9dcffdf58
commit e79ea4d3cb
3 changed files with 3 additions and 3 deletions

@ -5,7 +5,7 @@
terminal which has its own page) */
.generic-menupage-container {
padding-left: 10px;
padding-left: 2px;
margin-left: 10%;
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */

@ -26,7 +26,7 @@
margin-right: 0;
}
#script-editor-wrapper {
.script-editor-wrapper {
height: 100%;
width: 70%;
background: transparent;

@ -308,7 +308,7 @@ export function Root(props: IProps): React.ReactElement {
}
return (
<div id="script-editor-wrapper">
<div className="script-editor-wrapper">
<div id="script-editor-filename-wrapper">
<p id="script-editor-filename-tag" className="noselect">
{" "}