From 8935abec164b1ae864f3f318835a054690a059cf Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Thu, 13 Feb 2025 04:17:13 +0530 Subject: [PATCH] inline_topic_edit: Change ID->Class since multiple instances can exist. Since multiple inline topic edit forms can exist in a channel feed, when multiple topic names are being edited, we change the ID to classname. --- web/styles/zulip.css | 2 +- web/templates/topic_edit_form.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index f2b59326ab..6b0d223e4f 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -917,7 +917,7 @@ div.focused-message-list.is-conversation-view .recipient_row { } } -#topic_edit_form { +.topic_edit_form { display: flex; align-items: center; gap: 3px; diff --git a/web/templates/topic_edit_form.hbs b/web/templates/topic_edit_form.hbs index 5156f2cf82..28691800fd 100644 --- a/web/templates/topic_edit_form.hbs +++ b/web/templates/topic_edit_form.hbs @@ -1,6 +1,6 @@ {{! Client-side Handlebars template for rendering the topic edit form. }} -
+