Add margin to top of form actions

This commit is contained in:
Annabel Dunstone
2016-04-20 13:42:27 -05:00
parent 832cdd3d51
commit ef0c87f67f
+2
View File
@@ -59,8 +59,10 @@
position: relative;
overflow-y: auto;
padding: 15px;
.form-actions {
margin: -$gl-padding+1;
margin-top: 15px;
}
}