fix(UI): no round borders on left of file upload inputs

This commit is contained in:
Fabio Di Stasio 2021-08-22 10:37:23 +02:00
parent 8b93c49778
commit d5b2bde2ea
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ export default {
.file-uploader-message {
display: flex;
border-radius: $border-radius 0 0 $border-radius;
}
.file-uploader-input {