Merge pull request #694 from smasala/master
stop css breaking in a popup BS3
This commit is contained in:
commit
8de8dde8b6
@ -8,6 +8,16 @@
|
|||||||
line-height: 20px; /* overwriting bootstrap line-height. See #133 */
|
line-height: 20px; /* overwriting bootstrap line-height. See #133 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
BS3 fix: stop css from breaking when the form is inside a popup and inside a form with the class .form-horizontal
|
||||||
|
See: https://github.com/vitalets/x-editable/issues/682
|
||||||
|
*/
|
||||||
|
.form-horizontal .editable-popup .editableform .form-group {
|
||||||
|
margin-left:0;
|
||||||
|
margin-right:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
BS3 width:1005 for inputs breaks editable form in popup
|
BS3 width:1005 for inputs breaks editable form in popup
|
||||||
See: https://github.com/vitalets/x-editable/issues/393
|
See: https://github.com/vitalets/x-editable/issues/393
|
||||||
@ -140,4 +150,4 @@
|
|||||||
|
|
||||||
.editable-pre-wrapped {
|
.editable-pre-wrapped {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user