Skip to content

Commit

Permalink
Elastic: Support .text-only forms also when they are not a table
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 23, 2018
1 parent 8b610e1 commit ac275ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skins/elastic/styles/widgets/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,16 @@ input.smart-upload {
width: 33%;
}
}

.form-group.row {
.col-form-label {
width: 33%;
}

& > :last-child {
width: 67%;
}
}
}
}
}
Expand Down

0 comments on commit ac275ca

Please sign in to comment.