From fd93accf327756f6b9e787a6eb6b9bf8b0f39f77 Mon Sep 17 00:00:00 2001 From: Nicolas Sanchez Date: Fri, 17 Feb 2023 15:36:52 +0100 Subject: [PATCH] =?UTF-8?q?changements=20cosm=C3=A9tiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mdnotes.css | 2 ++ 1 file changed, 2 insertions(+) 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; }