X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..67d116b3f6f2b4a62f31433bd7b3cb85ecc0c171:/src/editor/modules/metadataEditor/metadataEditor.less diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less index 42bf5c0..a16d0f9 100644 --- a/src/editor/modules/metadataEditor/metadataEditor.less +++ b/src/editor/modules/metadataEditor/metadataEditor.less @@ -1,8 +1,9 @@ .rng-module-metadataEditor { table { + table-layout:fixed; margin-bottom:10px; - + [contenteditable] { cursor: pointer; } @@ -18,6 +19,11 @@ tr td:nth-child(2) { width:80%; } + + tr td:nth-child(3) { + width: 14px; + vertical-align: middle; + } } .rng-module-metadataEditor-addBtn {