aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-05 12:00:18 -0400
committerbob <bcz@cs.brown.edu>2019-09-05 12:00:18 -0400
commit179b2c7c68e3d240f3f39083bdb686ad31761c04 (patch)
tree03da1a5f16585cf78d3909a163325a35e06db2e7 /src/client/views/nodes/FormattedTextBox.scss
parenta936f08e3c18ad34bbe74133eaa768c7bda832dc (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.scss3
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;