display: inline for inline container

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

@ -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;
}