diff --git a/src/containers/editable-container.css b/src/containers/editable-container.css
index c0a5c48..1a91e98 100644
--- a/src/containers/editable-container.css
+++ b/src/containers/editable-container.css
@@ -10,4 +10,4 @@
 .editable-container.editable-inline {
     display: inline; 
     vertical-align: middle;
-} 
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/src/editable-form/editable-form.css b/src/editable-form/editable-form.css
index 1ff18fe..874705a 100644
--- a/src/editable-form/editable-form.css
+++ b/src/editable-form/editable-form.css
@@ -38,7 +38,8 @@
 .editableform-loading {
     background: url('img/loading.gif') center center no-repeat;  
     height: 25px;
-    width: auto;  
+    width: auto; 
+    min-width: 25px; 
 }
 
 .editable-inline .editableform-loading {