diff options
| author | bobzel <zzzman@gmail.com> | 2019-08-15 23:19:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 23:19:50 -0400 |
| commit | e0986156ac3fa92d57f3fbe9bc5e36e413764357 (patch) | |
| tree | 342a09d7ea8d95c897c74da095afde864e09ca55 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 46386fd73a06e52d606f891c812a9af0598eec79 (diff) | |
| parent | a7307ca3dc46782cc9e4cae4daa9b30911ace1dd (diff) | |
Merge pull request #249 from browngraphicslab/monika_ellie_UI
mac compatibility and UI
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; |
