diff --git a/src/containers/editable-container.css b/src/containers/editable-container.css index 9098275..c0a5c48 100644 --- a/src/containers/editable-container.css +++ b/src/containers/editable-container.css @@ -5,4 +5,9 @@ .editable-container.popover { /* width: 300px;*/ /* debug */ width: auto; /* without this rule popover does not stretch */ -} \ No newline at end of file +} + +.editable-container.editable-inline { + display: inline; + vertical-align: middle; +} \ No newline at end of file