🩹(frontend) fix overflow in participant metadata layout

Recent styling changes introduced an overflow, causing the network
indicator to be pushed outside of the participant tile.

Remove width: 100% and add a minimal gap to prevent metadata
elements from being too close to each other.
This commit is contained in:
lebaudantoine
2026-03-04 18:29:46 +01:00
committed by aleb_the_flash
parent 61afd94e3a
commit e56c0f997e

View File

@@ -154,7 +154,7 @@
/* Participant name ellipsis: truncate when overflowing */
.lk-participant-metadata {
width: 100%;
gap: 1rem;
}
.lk-participant-metadata > *:first-child {
min-width: 0;