mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Fixes text truncation issue in participants pane footer context menu items (the three-dot menu). Menu items now wrap naturally to multiple lines instead of being truncated mid-word, improving readability for languages with longer text strings like French. The fix uses standard CSS properties (whiteSpace, wordBreak, overflowWrap) without browser-specific prefixes. It is specific to the footer context menu in the participants pane and does not affect other context menus.