diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-05 12:00:18 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-05 12:00:18 -0400 |
| commit | 179b2c7c68e3d240f3f39083bdb686ad31761c04 (patch) | |
| tree | 03da1a5f16585cf78d3909a163325a35e06db2e7 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | a936f08e3c18ad34bbe74133eaa768c7bda832dc (diff) | |
fixed some template issues. added attribution for pasted text
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 8f47402c4..b27ff0fb9 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -118,6 +118,9 @@ footnote::after { width: max-content; } +.prosemirror-attribution { + font-size: 8px; +} .footnote-tooltip::before { border: 5px solid silver; border-top-width: 0px; |
