editor - differentiate document saved message depending on where the document got...
[fnpeditor.git] / src / editor / modules / metadataEditor / metadataEditor.less
index 42bf5c0..f17b91e 100644 (file)
@@ -1,10 +1,13 @@
 .rng-module-metadataEditor {
 
     table {
+        table-layout:fixed;
         margin-bottom:10px;
-    
+
         [contenteditable] {
             cursor: pointer;
+            word-wrap: break-word;
+            min-height: 13px;
         }
 
         li:last-child {
         tr td:nth-child(2)  {
             width:80%;
         }
+
+        tr td:nth-child(3) {
+            width: 14px;
+            vertical-align: middle;
+        }
     }
 
     .rng-module-metadataEditor-addBtn {