X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document%2Fsimantics-wiki-documents.css;h=c28af5b17e9ad164f93482b1ac0350a629d20b05;hp=101e698c927fe547bb1a634a8ad8ab48df22bc93;hb=4a2d762e1e33404d77eeec4542a4a10bfa738dd2;hpb=ad8333027322fda6b9a8a524c7a7e15a54c52f38 diff --git a/bundles/org.simantics.document/simantics-wiki-documents.css b/bundles/org.simantics.document/simantics-wiki-documents.css index 101e698c9..c28af5b17 100644 --- a/bundles/org.simantics.document/simantics-wiki-documents.css +++ b/bundles/org.simantics.document/simantics-wiki-documents.css @@ -37,18 +37,18 @@ div { } table { - border-collapse: collapse; - width: 100%; table-layout: fixed; + box-sizing: border-box; + width: 100%; + -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; + border: 0px; padding: 0px; - box-sizing: border-box; - } td { @@ -75,24 +75,23 @@ table th:first-child div { } table div { + height: auto; + width: auto; padding-left: 1px; border-right: 1px; border-left: 1px; - border-top: 1px; border-bottom: 1px; + margin-bottom: -1px; margin-left: -1px; border-style: solid; - text-overflow: ellipsis; overflow: hidden; + text-overflow: ellipsis; white-space: nowrap; - height: auto; - width: auto; page-break-inside: avoid; - box-sizing: border-box; - + box-sizing: border-box; }