fix: prevent mid-word break in repertoire column headers

Base.css applies word-break: break-word to all elements inside <main>,
causing mid-word breaks in narrow columns. Override in repertoire.css:
- hyphens: none, word-break: normal, overflow-wrap: normal on all h2
- redistribute grid fractions: shrink Orientations (1.2→0.9fr), 
  Étudiantes (1→0.8fr), boost Finalité (0.7→0.9fr, min 7rem)
This commit is contained in:
Pontoporeia
2026-06-08 17:48:18 +02:00
parent a184e0d253
commit c4664ec2e9
2 changed files with 8 additions and 4 deletions

View File

@@ -5,3 +5,4 @@
- [x] Modifier `hardDeleteThesis()` pour supprimer les vidéos PeerTube associées
- [x] Commit + jj new
- [x] Ajouter l'affichage de la finalité sur la page publique TFE (tfe.php)
- [x] Fix "ATELIERS PLURIDISCIPLINAIRES" mid-word break in repertoire column headers