UX: fix spacing of emoji in chat channel title (#28756)
Fixes a small spacing bug with emoji in channel titles
This commit is contained in:
parent
81c5f1d75f
commit
d5670069f5
|
@ -10,6 +10,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.emoji {
|
||||
|
@ -25,7 +26,6 @@
|
|||
justify-content: center;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin-left: 0.75em;
|
||||
|
||||
&.-urgent {
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in New Issue