diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-03 15:58:12 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-03 15:58:12 -0500 |
commit | 65ff6d515cd8102c3a4284244f8a84d356ba0c05 (patch) | |
tree | 97cffc461a3b7c853950af3742e5ec6425100db0 /src/client/views/nodes/ScriptingBox.scss | |
parent | db747fcb82c44a63cc3905c031ab2ae34403f5ae (diff) |
fixed wrapped params except onResize
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.scss')
-rw-r--r-- | src/client/views/nodes/ScriptingBox.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/nodes/ScriptingBox.scss b/src/client/views/nodes/ScriptingBox.scss index ae2569704..32021e637 100644 --- a/src/client/views/nodes/ScriptingBox.scss +++ b/src/client/views/nodes/ScriptingBox.scss @@ -15,6 +15,8 @@ position: absolute; z-index: 100; padding: 5px; + white-space: nowrap; + overflow: hidden; } .scriptingBox-inputDiv { @@ -51,12 +53,11 @@ .rta { position: relative; - font-size: 12px; width: 100%; height: 100%; margin-bottom: 60px !important; overflow-y: scroll; - font-size: 9px; + overflow-x: hidden; } .rta__textarea { @@ -75,7 +76,6 @@ margin-top: 0; margin-bottom: 1em; max-height: 100px; - overflow-y: auto; } .rta__list { @@ -87,6 +87,7 @@ box-shadow: 0 0 5px rgba(27, 31, 35, 0.1); list-style: none; overflow-y: scroll; + overflow-x: hidden; } .rta__entity { |