diff options
| author | bobzel <zzzman@gmail.com> | 2019-08-15 23:45:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 23:45:04 -0400 |
| commit | 1bf46d87047af8c543830325c59a79f15364e901 (patch) | |
| tree | 686acda013f091dfd238ffc51bf1ebe364c17692 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | e0986156ac3fa92d57f3fbe9bc5e36e413764357 (diff) | |
| parent | 797ed4ee343a52738e8619cf336e5f94f64c69c4 (diff) | |
Merge pull request #255 from browngraphicslab/web_chrome
Web chrome
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -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, |
