aboutsummaryrefslogtreecommitdiff
path: root/src/components/mention_link
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mention_link')
-rw-r--r--src/components/mention_link/mention_link.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/components/mention_link/mention_link.scss b/src/components/mention_link/mention_link.scss
index 23d18f59..c7db7fb9 100644
--- a/src/components/mention_link/mention_link.scss
+++ b/src/components/mention_link/mention_link.scss
@@ -3,12 +3,12 @@
.MentionLink {
position: relative;
white-space: normal;
- display: inline-flex;
+ display: inline;
color: var(--link);
& .new,
& .original {
- display: inline-block;
+ display: inline;
border-radius: 2px;
}
@@ -38,8 +38,8 @@
user-select: all;
}
- .short.-with-tooltip,
- .you {
+ & .short.-with-tooltip,
+ & .you {
user-select: none;
}
@@ -48,6 +48,10 @@
white-space: nowrap;
}
+ .shortName {
+ white-space: normal;
+ }
+
.new {
&.-you {
& .shortName,