script pour établir une bdd Ãà partir d'un tsv avec différent format - retour accueil
git clone git://bebou.netlib.re/laradb
Log | Files | Refs |
commit 171f839eb38546ff6cb2a9e6d2cc1260e5be887b parent 2c90e99f2383e2d8ed3810887250be997037ba45 Auteurice: martlem <contact@martinlemaire.fr> Date: Sat, 16 Nov 2024 23:03:56 +0100 table .show overflow fix Diffstat:
M | src/static/style.css | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/static/style.css b/src/static/style.css @@ -86,6 +86,8 @@ height:calc(100vh - var(--interligne) * 4); margin-left:var(--indent); width:min(100%, 960px) !important; border-left:none; + max-width:calc(100% - var(--indent) * 3); + white-space:normal /*border-top:1px solid black*/ } tr:not(.show) td.start-date, tr:not(.show) td.end-date, tr:not(.show) td.number-of-issues {text-align:right}