From b9b666f7c2bd7e8f6c0b5309b29aaf54ab255609 Mon Sep 17 00:00:00 2001 From: Kathryn Beaty Date: Tue, 22 Aug 2023 13:57:57 -0400 Subject: [PATCH] update refresh and close button display --- .../Stream/AllCommentsTab/AllCommentsTabContainer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css index f6ff02c357f..9d2dab0aa81 100644 --- a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css +++ b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css @@ -26,7 +26,7 @@ .refreshButtonIcon { padding-right: 0.2rem; - display: inline-block; + display: inline; } .refreshButtonIcon svg { @@ -44,7 +44,7 @@ } .closeButtonIcon { - display: inline-block; + display: inline; } .closeButtonIcon svg {