FIX: Prevent clipping user mentions (#9962)
This commit is contained in:
parent
439db7ca1e
commit
3e8d548d35
|
@ -806,11 +806,12 @@ blockquote > *:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mention {
|
a.mention {
|
||||||
|
align-items: baseline;
|
||||||
|
display: inline-flex;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.93em;
|
font-size: 0.93em;
|
||||||
color: $primary;
|
|
||||||
color: dark-light-choose($primary-high, $secondary-low);
|
color: dark-light-choose($primary-high, $secondary-low);
|
||||||
padding: 2px 4px;
|
padding: 1px 4px;
|
||||||
background: $primary-low;
|
background: $primary-low;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue