fix style

This commit is contained in:
srgooglo 2022-11-10 13:50:58 +00:00
parent 0579a57911
commit 5d8c0bb2c7

View File

@ -69,9 +69,15 @@
.ant-upload { .ant-upload {
span { span {
width: fit-content !important; width: 100%;
} }
svg {
margin: 0 !important;
}
.ant-upload-select-picture-card { .ant-upload-select-picture-card {
background-color: transparent !important; background-color: transparent !important;
} }
@ -112,7 +118,7 @@
flex-direction: row; flex-direction: row;
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;