6 lines
232 B
CSS
6 lines
232 B
CSS
.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 */
|
|
} |