Fix padding on create-tab menu

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-15 10:29:57 -03:00
commit f230d5737f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -101,6 +101,10 @@ button, .button {
padding: 0;
}
.create-tab .row {
padding: 0;
}
/* Override the default modal size for large devices */
@media (min-width: 680px) {
.modal {