diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-10 15:21:07 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-10 15:21:07 -0500 |
| commit | 9903795cff2060526d68d7cc357493e3e3749476 (patch) | |
| tree | 48bca1731725738de63cfd0fa4d96620d54e2a59 /src/client/views/nodes/ScriptingBox.scss | |
| parent | 44a58920db4905f6db4d8e97fa8e1c7e394c7370 (diff) | |
UI cleanup
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.scss')
| -rw-r--r-- | src/client/views/nodes/ScriptingBox.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScriptingBox.scss b/src/client/views/nodes/ScriptingBox.scss index 1e4dc4868..a2e1ad267 100644 --- a/src/client/views/nodes/ScriptingBox.scss +++ b/src/client/views/nodes/ScriptingBox.scss @@ -35,15 +35,20 @@ flex-direction: row; justify-content: center; - + .descriptor { + overflow: hidden; + } .scriptingBox-textArea { flex: 70; height: 100%; + max-width: 95%; + min-width: none; box-sizing: border-box; resize: none; padding: 7px; overflow-y: scroll; + overflow-x: hidden; body { font-family: Arial, Helvetica, sans-serif; @@ -188,8 +193,10 @@ .scriptingBox-toolbar { width: 100%; height: 30px; + overflow: hidden; .scriptingBox-button { + font-size: xx-small; width: 50%; resize: auto; } |
