Fix custom widget form styling

This commit is contained in:
Richard Lewis 2017-06-19 12:05:57 +01:00
parent 3588ce7bc5
commit db70272902

View File

@ -152,3 +152,8 @@ limitations under the License.
justify-content: center;
align-items: center;
}
form.mx_Custom_Widget_Form div {
margin-top: 10px;
margin-bottom: 10px;
}