diff options
author | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
commit | 2d6307f6eaa0803aefabae9e9232506611365b66 (patch) | |
tree | 7d77764b51a8dcfef4ed5554be6028fea815a4ae /src/client/views/nodes/ScriptingBox.scss | |
parent | b91057d00512446339e48fb8488a97a1e5ef03d5 (diff) |
updated css and project to HTML5 standards. fixed border rounding for images.
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.scss')
-rw-r--r-- | src/client/views/nodes/ScriptingBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/ScriptingBox.scss b/src/client/views/nodes/ScriptingBox.scss index 9789da55a..de70dbe74 100644 --- a/src/client/views/nodes/ScriptingBox.scss +++ b/src/client/views/nodes/ScriptingBox.scss @@ -82,14 +82,14 @@ } .rta__autocomplete--top { - margin-top: 0; + margin-top: 0px; margin-bottom: 1em; max-height: 100px; } .rta__list { - margin: 0; - padding: 0; + margin: 0px; + padding: 0px; background: #fff; border: 1px solid #dfe2e5; border-radius: 3px; |