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 395 position: relative;
396 396 border: dashed 2px;
397 397 height: $previewSize;
398   - display: flex;
399   - align-items: center;
400 398 overflow: hidden;
401 399 label {
402 400 width: 100%;
  401 + height: 100%;
  402 + display: flex;
  403 + flex-direction: column;
  404 + justify-content: center;
403 405 font-size: 16px;
404 406 text-align: center;
405 407 @media (min-width: $layout-breakpoint-sm) {
... ...