diff --git a/static/mdnotes.css b/static/mdnotes.css index 1cb762f..c84c46f 100644 --- a/static/mdnotes.css +++ b/static/mdnotes.css @@ -185,6 +185,8 @@ div#mdnotes div.tablerow { } div#mdnotes span.tablerow { + white-space: nowrap; + overflow-x: visible; border-bottom: 1px solid #dddddd; padding-bottom: 0.4rem; }