From 13b6e75fa9158ab88059bbfdabe2a197d810114e Mon Sep 17 00:00:00 2001 From: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:33:11 +0530 Subject: [PATCH] Fixed horizontal alignment of no draft graphic (#28224) * Fixed horizontal alignment of no draft graphic * Lint fix --- webapp/channels/src/components/drafts/drafts.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/channels/src/components/drafts/drafts.scss b/webapp/channels/src/components/drafts/drafts.scss index f116c464f2..45fbba32a9 100644 --- a/webapp/channels/src/components/drafts/drafts.scss +++ b/webapp/channels/src/components/drafts/drafts.scss @@ -16,6 +16,7 @@ position: absolute; display: flex; overflow: auto; + width: 100%; height: 100%; flex-flow: column nowrap; padding: 24px;