display: inline for inline container

This commit is contained in:
vitalets
2012-11-28 16:20:37 +04:00
parent 37d10a0db0
commit da44cfd715

@ -6,3 +6,8 @@
/* width: 300px;*/ /* debug */
width: auto; /* without this rule popover does not stretch */
}
.editable-container.editable-inline {
display: inline;
vertical-align: middle;
}