diff --git a/template/common/css/positioning.css b/template/common/css/positioning.css index a19fce4b..320dc0b5 100644 --- a/template/common/css/positioning.css +++ b/template/common/css/positioning.css @@ -507,4 +507,12 @@ div.navfooter hr { background-color: #F2F2FF; color: #4E4726; } +} + +#content > .section > .toc + p + p + div.tip > table > tbody > tr:last-child > td:first-child { + max-width: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: normal; + width: 100%; } \ No newline at end of file