fix overflows

This commit is contained in:
Henry Jameson 2022-02-04 14:20:56 +02:00
parent 571e73a346
commit d361a4d7dc
4 changed files with 13 additions and 10 deletions

View file

@ -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,