Removed the extra padding on the left on the overlay header (#6848)

This commit is contained in:
Sebastiaan Janssen
2019-10-29 21:53:19 +01:00
committed by GitHub

View File

@@ -117,7 +117,7 @@
.umb-overlay.umb-overlay-center .umb-overlay-drawer {
border: none;
background: transparent;
padding: 0 30px 20px;
padding: 0 20px 20px;
}
/* ---------- OVERLAY TARGET ---------- */