Dropzone bug fixed
This commit is contained in:
parent
9157adcaea
commit
28621de1b7
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user