set width: auto to bs3 form-controls, see

This commit is contained in:
vitalets 2013-10-04 22:04:55 +04:00
parent 28e1f68cd3
commit 99b9fc1873

@ -8,6 +8,14 @@
line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}
/*
BS3 width:1005 for inputs breaks editable form in popup
See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
width: auto;
}
.editable-buttons {
display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
vertical-align: top;