From 5fc7684beb6d48e503782002bd9b8a5e736807ea Mon Sep 17 00:00:00 2001 From: Sourabh Patel Date: Fri, 17 Jan 2025 02:36:02 +0530 Subject: [PATCH] move_topic_modal: Remove flex properties that caused overflow. Using flex here caused overflow which was especially visible for very long channel names(~60 characters). Even for the shorter channel names there was slight overflow noticeable in input class move_messages_edit_topic if left and right spacing was compared. This commit fixes the issue by removing the flex display. --- web/styles/popovers.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/styles/popovers.css b/web/styles/popovers.css index c2ebc670a2..c297107594 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -885,10 +885,6 @@ ul.popover-group-menu-member-list { } .topic_stream_edit_header { - display: flex; - flex-flow: column wrap; - justify-content: flex-start; - #select_stream_id { border-left: 0; padding-left: 0;