Commit 28621de1b7417cca24d3d2c49b5aa8f0cd03630e

Authored by Sergey Tarnavskiy
1 parent 9157adca

Dropzone bug fixed

Showing 1 changed file with 4 additions and 2 deletions
@@ -395,11 +395,13 @@ $previewSize: 100px; @@ -395,11 +395,13 @@ $previewSize: 100px;
395 position: relative; 395 position: relative;
396 border: dashed 2px; 396 border: dashed 2px;
397 height: $previewSize; 397 height: $previewSize;
398 - display: flex;  
399 - align-items: center;  
400 overflow: hidden; 398 overflow: hidden;
401 label { 399 label {
402 width: 100%; 400 width: 100%;
  401 + height: 100%;
  402 + display: flex;
  403 + flex-direction: column;
  404 + justify-content: center;
403 font-size: 16px; 405 font-size: 16px;
404 text-align: center; 406 text-align: center;
405 @media (min-width: $layout-breakpoint-sm) { 407 @media (min-width: $layout-breakpoint-sm) {