scss: let file upload widget height increase for a11y (#40251)

This commit is contained in:
Frédéric Péters 2020-02-27 21:23:01 +01:00
parent 78fc347b22
commit 5f552fcc70
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ div.file-upload-widget {
outline-offset: $widget-focus-outline-offset;
}
}
height: 150px;
min-height: 150px;
position: relative;
text-align: center;
div.widget.FileWidget {