editor: metadata editor - fixing table layout
[fnpeditor.git] / src / editor / modules / metadataEditor / metadataEditor.less
index 42bf5c0..a16d0f9 100644 (file)
@@ -1,8 +1,9 @@
 .rng-module-metadataEditor {
 
     table {
+        table-layout:fixed;
         margin-bottom:10px;
-    
+
         [contenteditable] {
             cursor: pointer;
         }
         tr td:nth-child(2)  {
             width:80%;
         }
+
+        tr td:nth-child(3) {
+            width: 14px;
+            vertical-align: middle;
+        }
     }
 
     .rng-module-metadataEditor-addBtn {