css workaround to nowrap buttons in position absolute mode
This commit is contained in:
@@ -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 */
|
||||
}
|
Reference in New Issue
Block a user