From 5d8c0bb2c714f4fe0e46ea787b0367e193ce2e16 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 10 Nov 2022 13:50:58 +0000 Subject: [PATCH] fix style --- packages/app/src/components/PostCreator/index.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/PostCreator/index.less b/packages/app/src/components/PostCreator/index.less index 81348ebe..3bffe28f 100755 --- a/packages/app/src/components/PostCreator/index.less +++ b/packages/app/src/components/PostCreator/index.less @@ -69,9 +69,15 @@ .ant-upload { span { - width: fit-content !important; + width: 100%; + } + svg { + margin: 0 !important; + } + + .ant-upload-select-picture-card { background-color: transparent !important; } @@ -112,7 +118,7 @@ flex-direction: row; width: 100%; - + overflow-x: auto; overflow-y: hidden;