Skip to content

Commit a088d7c

Browse files
authored
Merge pull request doxygen#11546 from KaruroChori/KaruroChori-patch-2-css
Update doxygen.css to fix validation issue (II)
2 parents 38147cf + ffac374 commit a088d7c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

doc/doxygen_manual_chm.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ dl.el {
155155

156156
div.line {
157157
font-family: 'JetBrains Mono', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace, fixed;
158-
font-size: 13px;
158+
font-size: 13px;
159159
min-height: 13px;
160160
line-height: 1.2;
161-
text-wrap: unrestricted;
161+
text-wrap: wrap;
162+
word-break: break-all;
162163
white-space: -moz-pre-wrap; /* Moz */
163164
white-space: -pre-wrap; /* Opera 4-6 */
164165
white-space: -o-pre-wrap; /* Opera 7 */

templates/html/doxygen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ div.line {
379379
font-size: 13px;
380380
min-height: 13px;
381381
line-height: 1.2;
382-
text-wrap: unrestricted;
382+
text-wrap: wrap;
383+
word-break: break-all;
383384
white-space: -moz-pre-wrap; /* Moz */
384385
white-space: -pre-wrap; /* Opera 4-6 */
385386
white-space: -o-pre-wrap; /* Opera 7 */

0 commit comments

Comments
 (0)