Remove vertical-alignment from project template buttons

This commit is contained in:
Jose 2018-06-13 12:41:44 -05:00
parent 32757d6455
commit f69101ff4e
No known key found for this signature in database
GPG Key ID: 01F49A6AE27697FB
1 changed files with 4 additions and 2 deletions

View File

@ -294,6 +294,8 @@ input[type=color].form-control {
}
}
.btn {
margin-bottom: 0;
.project-templates-buttons {
.btn {
vertical-align: unset;
}
}