We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db8ac8 commit 1698e2eCopy full SHA for 1698e2e
src/main/resources/com/jenkinsci/plugins/badge/assets.css
@@ -7,9 +7,12 @@
7
margin: 0 0.1rem 0 0;
8
text-decoration: none;
9
text-align: center;
10
- white-space: nowrap;
+ white-space: normal;
11
vertical-align: middle;
12
position: relative;
13
+ word-break: break-word;
14
+ overflow-wrap: break-word;
15
+ max-width: 100%;
16
}
17
18
.badge-text--background::before {
@@ -38,7 +41,10 @@
38
41
39
42
40
43
44
45
46
47
48
49
50
0 commit comments