diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 16:23:23 -0500 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 16:23:23 -0500 |
| commit | e1928fc233c924f59d1b8b3062cc956ef0c06099 (patch) | |
| tree | a3f6444d8a19562e3b694813d01bc86d366faa79 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 11327191e249382cc5d2551f1fd262d3a4ff25b9 (diff) | |
| parent | 3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into improveText
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 10cbf8557..21bd43b6e 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -10,7 +10,9 @@ .formattedTextBox-cont { background: white; - padding: 1vw; + padding: 1; + border: black; + border-width: 10; overflow-y: scroll; overflow-x: hidden; color: initial; |
