aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions_line/mentions_line.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mentions_line/mentions_line.scss')
-rw-r--r--src/components/mentions_line/mentions_line.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/mentions_line/mentions_line.scss b/src/components/mentions_line/mentions_line.scss
new file mode 100644
index 00000000..9a622e75
--- /dev/null
+++ b/src/components/mentions_line/mentions_line.scss
@@ -0,0 +1,13 @@
+.MentionsLine {
+ word-break: break-all;
+
+ .mention-link:not(:first-child)::before {
+ content: ' ';
+ }
+
+ .showMoreLess {
+ margin-left: 0.5em;
+ white-space: normal;
+ color: var(--link);
+ }
+}