add class editable-popup, fix #192

This commit is contained in:
vitalets
2013-04-14 22:25:27 +04:00
parent 77def74313
commit b77a8c8ed6
3 changed files with 6 additions and 4 deletions

View File

@@ -1,9 +1,8 @@
.editable-container {
.editable-container.editable-popup {
max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}
.editable-container.popover {
/* width: 300px;*/ /* debug */
width: auto; /* without this rule popover does not stretch */
}