Elastic: Support .text-only forms also when they are not a table

pull/6226/head
Aleksander Machniak 6 years ago
parent 8b610e1d9f
commit ac275caebb

@ -275,6 +275,16 @@ input.smart-upload {
width: 33%;
}
}
.form-group.row {
.col-form-label {
width: 33%;
}
& > :last-child {
width: 67%;
}
}
}
}
}

Loading…
Cancel
Save