fix media grid in template editor - macro picker

This commit is contained in:
Mads Rasmussen
2016-01-12 14:21:12 +01:00
parent 61f6ee4436
commit c295e53920

View File

@@ -35,7 +35,7 @@
}
.umb-media-grid__item-image {
max-width: 100%;
max-width: 100% !important;
height: auto;
position: relative;
}
@@ -112,7 +112,7 @@
position: absolute;
top: 45%;
left: 50%;
font-size: 40px;
font-size: 40px !important;
transform: translate(-50%,-50%);
}