email-in alignment fix

This commit is contained in:
Kris 2019-04-10 23:49:26 -04:00
parent abd34882d5
commit 9291ffaac0
1 changed files with 7 additions and 2 deletions

View File

@ -453,8 +453,13 @@
label {
max-width: $category-settings-width;
}
.category-custom-settings-outlet {
border-top: 1px solid $primary-low;
.category-email-in-outlet {
label {
flex-wrap: wrap; // Todo: fix all multi-element labels
a {
margin-left: 1.3em;
}
}
}
}
}