From 734e200d1668a30ca3555c2f4cba8eeb4f6155a7 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Tue, 7 Nov 2023 07:45:43 +0300 Subject: [PATCH] UBER-1141: fixed Comments popup layout (#3946) Signed-off-by: Alexander Platov --- .../src/components/CommentPopup.svelte | 59 ++++++++++--------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/plugins/chunter-resources/src/components/CommentPopup.svelte b/plugins/chunter-resources/src/components/CommentPopup.svelte index 1f21c82d7c..73be324104 100644 --- a/plugins/chunter-resources/src/components/CommentPopup.svelte +++ b/plugins/chunter-resources/src/components/CommentPopup.svelte @@ -49,7 +49,7 @@ } -
+
{ @@ -87,7 +87,7 @@ {/if}
{#if withInput} -
+
{ @@ -99,37 +99,38 @@