diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-25 11:55:59 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-25 11:55:59 -0400 |
| commit | 430dfa3afbfd38fe0db869b962da45903b888264 (patch) | |
| tree | 298b0d76135b041a1b4709e1cc6dc26f24cdc4ec /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 6a62e0a16abc3bbadfb179750463e3d361f1c759 (diff) | |
more event fixing. got rid of text box padding.
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 5eb2bf7ce..f4f37250f 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -12,9 +12,9 @@ .formattedTextBox-cont-scroll, .formattedTextBox-cont-hidden { background: $light-color-secondary; - padding: 0.9em; + padding: 0; border-width: 0px; - border-radius: $border-radius; + border-radius: inherit; border-color: $intermediate-color; box-sizing: border-box; border-style: solid; |
