Commit 90d9a336ffd143ef519163970824504e9f38aa65
Committed by
GitHub
Merge pull request #346 from Terny22/dropzone-bug
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) { |