X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..11ffa88b49ac21b7000746a5a75ec5528461a0ae:/src/editor/modules/metadataEditor/metadataEditor.less diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less index 42bf5c0..e214e71 100644 --- a/src/editor/modules/metadataEditor/metadataEditor.less +++ b/src/editor/modules/metadataEditor/metadataEditor.less @@ -1,22 +1,33 @@ .rng-module-metadataEditor { table { + table-layout:fixed; margin-bottom:10px; - + [contenteditable] { - cursor: pointer; + cursor: text; + word-wrap: break-word; + min-height: 13px; } li:last-child { border-bottom: none !important; } + tr td { + vertical-align: middle; + } + tr td:nth-child(1){ - width: 20%; + width: 30%; } tr td:nth-child(2) { - width:80%; + width:70%; + } + + tr td:nth-child(3) { + width: 14px; } }