X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/dc88a3110d5f44a8240cdd637b22716545763578..c224cdef02533a5a5962fa25f1a76f86c0d60005:/src/editor/modules/metadataEditor/metadataEditor.less diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less index f17b91e..e214e71 100644 --- a/src/editor/modules/metadataEditor/metadataEditor.less +++ b/src/editor/modules/metadataEditor/metadataEditor.less @@ -5,7 +5,7 @@ margin-bottom:10px; [contenteditable] { - cursor: pointer; + cursor: text; word-wrap: break-word; min-height: 13px; } @@ -14,17 +14,20 @@ 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; - vertical-align: middle; } }