display: inline for inline container
This commit is contained in:
@ -5,4 +5,9 @@
|
|||||||
.editable-container.popover {
|
.editable-container.popover {
|
||||||
/* width: 300px;*/ /* debug */
|
/* width: 300px;*/ /* debug */
|
||||||
width: auto; /* without this rule popover does not stretch */
|
width: auto; /* without this rule popover does not stretch */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editable-container.editable-inline {
|
||||||
|
display: inline;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
Reference in New Issue
Block a user