fix: added flex shrink to mention

This commit is contained in:
trashtemp 2022-01-21 09:47:18 +01:00
parent 2c321bf0f1
commit 50b0e0f5f2
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -27,6 +27,7 @@
&[data-type="mention"] {
padding: 0 6px;
flex-shrink: 0;
font-weight: 600;
display: inline-block;
background: var(--secondary-background);