Files
x-editable-bs5/src/containers/editable-container.css
2012-11-28 16:48:58 +04:00

13 lines
320 B
CSS

.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 */
}
.editable-container.editable-inline {
display: inline;
vertical-align: middle;
}