Skip to content
Extraits de code Groupes Projets
Valider f1407137 rédigé par marcimat's avatar marcimat
Parcourir les fichiers

refactor: Utiliser `overflow-wrap` à la place de `word-wrap`

parent e8a64dfd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -227,9 +227,9 @@ ul.choix_mots li label { font-weight: normal; font-size: 1em; line-height: 1.25;
.comment-meta small { font-size: 100%; }
.comment-meta abbr { border: 0; }
.comment-meta a { text-decoration:none;}
.comment-content { word-wrap: break-word; }
.comment-content { overflow-wrap: break-word; }
.comment-content .hyperlien { padding: 0; background: transparent; font-weight: normal; }
.comment-texte p { word-wrap: anywhere; }
.comment-texte p { overflow-wrap: anywhere; }
/* Formulaire de forum */
.forum-titre {margin-top:2em;padding:1em 0;border-top:10px solid #EEE;}
......
......@@ -454,7 +454,7 @@ tt {
pre {
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
overflow-wrap: break-word;
}
kbd {
white-space: nowrap;
......@@ -537,7 +537,7 @@ fieldset {
pre,
code,
samp {
word-wrap: break-word;
overflow-wrap: break-word;
/* cesure forcee */
}
pre,
......@@ -583,4 +583,4 @@ Inlined to avoid required HTTP connection: h5bp.com/r */
}
}
/* fin */
\ No newline at end of file
/* fin */
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter