css workaround to nowrap buttons in position absolute mode

This commit is contained in:
vitalets
2012-11-27 00:37:57 +04:00
parent 396775bf8c
commit 1e757b833f
3 changed files with 24 additions and 18 deletions

View File

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