Gallery wrapper should be 100% width

This commit is contained in:
Brian Miyaji
2016-12-12 18:39:01 +11:00
parent e252db9425
commit 64d056b553

View File

@@ -126,6 +126,7 @@
.sp-template-gallery .sp-gallery-wrapper {
border: 1px solid #e5e5e5 !important;
display: table;
width: 100% !important;
}
.sp-template-gallery .gallery-item {