Merge pull request #6699 from emmaburstow/temp-padding-for-content-boxes

V8: Padding for umb-control-group so that it's not as squished
This commit is contained in:
Sebastiaan Janssen
2019-10-23 17:03:19 +02:00
committed by GitHub

View File

@@ -116,8 +116,9 @@ h5.-black {
margin: 20px;
}
.umb-control-group {
border-bottom: 1px solid @gray-11;
padding-bottom: 20px;
border-bottom: 1px solid @gray-11;
padding-bottom: 20px;
padding-top: 20px;
}
.umb-control-group.-no-border {