X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/188424fd73ee2cd6e4d4ac64a85dda828b527bf7..ef2d50fc31d5702a1c624a2cdc31cacb0e750c68:/src/editor/modules/metadataEditor/metadataEditor.less diff --git a/src/editor/modules/metadataEditor/metadataEditor.less b/src/editor/modules/metadataEditor/metadataEditor.less index a16d0f9..caed061 100644 --- a/src/editor/modules/metadataEditor/metadataEditor.less +++ b/src/editor/modules/metadataEditor/metadataEditor.less @@ -5,24 +5,29 @@ 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; - vertical-align: middle; } } @@ -35,4 +40,8 @@ padding:3px; line-height:10px; } + + .drop-menu { + overflow: auto; + } } \ No newline at end of file