mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user