PR Feedback

This commit is contained in:
Ken Hoes 2016-06-09 08:43:48 -04:00
parent a1e798aec3
commit 34cc31c2df
2 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,12 @@
align-items: flex-start;
}
.Form-checkbox--stacked {
label {
display: block;
}
}
.Form-textUneditable {
.Form-textInput {
border: none;

View File

@ -249,6 +249,7 @@ export default
label: 'Update Options',
type: 'checkbox_group',
ngShow: "source && (source.value !== 'manual' && source.value !== null)",
class: 'Form-checkbox--stacked',
fields: [{
name: 'overwrite',