Skip to content

Commit 13ac2a1

Browse files
author
Daniel Jacinto
authored
[A11y bug] Package title on stats is overflowing the content. (#9065)
* add break-word for statistics title. * use overflow-wrap instead of word-wrap.
1 parent 2abf7ae commit 13ac2a1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-statistics-per-package.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,8 @@
7272
margin-bottom: none;
7373
}
7474
}
75+
76+
.statistics-report-title {
77+
overflow-wrap: break-word;
78+
}
7579
}

0 commit comments

Comments
 (0)