tiny fix: add bootstrap responsive to loader

This commit is contained in:
vitalets
2012-11-21 17:11:37 +04:00
parent a5b737e379
commit 0466ec61d7
3 changed files with 6 additions and 2 deletions
src/editable-form
test

@ -28,6 +28,7 @@
.editableform textarea {
vertical-align: top;
display: inline-block;
width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
}
.editableform textarea {