force container css when included after bootstrap css

This commit is contained in:
vitalets
2012-11-21 17:25:23 +04:00
parent 0466ec61d7
commit a7bc385271
2 changed files with 5 additions and 4 deletions

@ -1,6 +1,6 @@
.editable-container {
.editable-container,
.editable-container.popover {
width: auto;
white-space: nowrap; /* without this rule buttons wrap input in non-static elements */
max-width: none; /* without this rule poshytip does not stretch */
}
}