summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_mentions.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_mentions.scss')
-rw-r--r--webapp/sass/components/_mentions.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/sass/components/_mentions.scss b/webapp/sass/components/_mentions.scss
index 4753b4e9a..9e47e2a71 100644
--- a/webapp/sass/components/_mentions.scss
+++ b/webapp/sass/components/_mentions.scss
@@ -10,17 +10,19 @@
}
.mentions__name {
+ @include clearfix;
cursor: pointer;
font-size: 13px;
height: 36px;
line-height: 36px;
+ margin: 5px 0;
padding: 2px;
position: relative;
white-space: nowrap;
width: 100%;
z-index: 101;
- .mention-align {
+ .mention--align {
@include clearfix;
text-overflow: ellipsis;
width: calc(100% - 50px);