diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-06 15:00:33 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-06 15:00:33 -0500 |
| commit | fef12d4ca96d35c230a3a5e7c053b9b90eb38243 (patch) | |
| tree | c4348feb35322dc404fca87d0c9a327490c43548 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 4acdd89394aecf27393f3e88a0783fadfe4bf394 (diff) | |
more fixes for inline comments.
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 f3a14169a..baf758c0e 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -195,7 +195,7 @@ footnote::after { position: relative; width: 40px; height: 20px; - &::after { + &::before { content: "→"; } &:hover { |
