diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-08-15 23:19:33 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-08-15 23:19:33 -0400 |
| commit | a7307ca3dc46782cc9e4cae4daa9b30911ace1dd (patch) | |
| tree | 342a09d7ea8d95c897c74da095afde864e09ca55 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | eb8033aea536e817d49379f50530feca13d0c115 (diff) | |
tweaks for borderRounding in edge cases
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 247f7d1ea..d86aab09c 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -33,8 +33,8 @@ } .formattedTextBox-inner-rounded { - height: calc(100% - 25px); - width: calc(100% - 40px); + height: calc(90%); + width: calc(85%); position: absolute; overflow: auto; top: 15; |
