Dropzone bug fixed

This commit is contained in:
Sergey Tarnavskiy 2017-10-13 12:51:02 +03:00
parent 9157adcaea
commit 28621de1b7

View File

@ -395,11 +395,13 @@ $previewSize: 100px;
position: relative; position: relative;
border: dashed 2px; border: dashed 2px;
height: $previewSize; height: $previewSize;
display: flex;
align-items: center;
overflow: hidden; overflow: hidden;
label { label {
width: 100%; width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 16px; font-size: 16px;
text-align: center; text-align: center;
@media (min-width: $layout-breakpoint-sm) { @media (min-width: $layout-breakpoint-sm) {