diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-08-15 23:30:58 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-08-15 23:30:58 -0400 |
commit | 022db05fd859f1bbaf2b160940ce4fdcf74e5e81 (patch) | |
tree | 2ee1ad063fccba492443a3778f4f1cddfa43403a /src | |
parent | 5848f027eb2ab914fafe15d25cdf02767dabd4aa (diff) |
fixes for rounded text boxes.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index d86aab09c..1b537cc52 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -33,12 +33,12 @@ } .formattedTextBox-inner-rounded { - height: calc(90%); - width: calc(85%); + height: 70%; + width: 85%; position: absolute; overflow: auto; - top: 15; - left: 20; + top: 15%; + left: 10%; } .formattedTextBox-inner-rounded div, |