diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-28 12:17:03 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-28 12:17:03 -0500 |
| commit | 5c139f0001cd10e5699a716c1e64d2c2c0b2d800 (patch) | |
| tree | 1111c40fe0a542c2a7f77b71a2f8c747093a984e /src/client/views/nodes/FormattedTextBox.scss | |
| parent | c7aa396670c3ccdd0ef158d483285910f6a7a8fe (diff) | |
allowing different text templates to be the default. fixing transparency. removing audio by default from notes.
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index c203ca0c3..db2bb751f 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -95,8 +95,8 @@ .formattedTextBox-inner-rounded, .formattedTextBox-inner { - padding: 10px 10px; height: 100%; + white-space: pre-wrap; } // .menuicon { |
