diff --git a/TODO.md b/TODO.md index 3dd9be4..eb6ba24 100644 --- a/TODO.md +++ b/TODO.md @@ -6,3 +6,4 @@ - [x] Remove TOC temporary debug error_log calls - [x] Fix PeerTube upload failure: PHP /tmp tmpfs too small for large video files - [x] Fix keyword word-breaking in repertoire.php: widen kw grid column, add white-space: nowrap +- [x] Fix licence.php TOC: restore `open` attribute on `
` (lost in vrxsstns, never restored by uuomvtvm fix) diff --git a/app/public/assets/css/repertoire.css b/app/public/assets/css/repertoire.css index 9549ced..eb64728 100644 --- a/app/public/assets/css/repertoire.css +++ b/app/public/assets/css/repertoire.css @@ -122,8 +122,9 @@ line-height: 22px; } .repertoire-col[data-col="kw"] button { - font-size: calc(var(--step--1)*1.15); - hyphens: auto; + font-size: var(--step--1); + line-height: 1.15; + hyphens: none; overflow-wrap: break-word; word-break: normal; } diff --git a/app/templates/public/licence.php b/app/templates/public/licence.php index 25daff5..0b5f3d4 100644 --- a/app/templates/public/licence.php +++ b/app/templates/public/licence.php @@ -2,7 +2,7 @@ -
+
PARTIES