Changes for page Konnaissance

Last modified by Gregory CAUCHIE on 2026/05/07 04:20

From version 23.3
edited by Gregory CAUCHIE
on 2026/05/07 03:48
Change comment: There is no comment for this version
To version 23.4
edited by Gregory CAUCHIE
on 2026/05/07 03:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,6 +56,9 @@
56 56   min-height: 0;
57 57   overflow-y: auto;
58 58   overflow-x: hidden;
59 + width: 100%; /* forces the div to fill the column width */
60 + display: block; /* ensures it's a block-level box, not inline */
61 + word-wrap: break-word; /* wraps long unbreakable strings */
59 59  }
60 60  
61 61