FIX: broken sticky date on firefox (#20594)

This commit is contained in:
Joffrey JAFFEUX
2023-03-08 22:23:24 +01:00
committed by GitHub
parent c25d79168b
commit f76ea32246

View File

@ -78,6 +78,7 @@
font-size: var(--font-down-1); font-size: var(--font-down-1);
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
box-sizing: border-box; box-sizing: border-box;
display: flex;
} }
& + .chat-message-separator__line-container { & + .chat-message-separator__line-container {