Skip to content

Commit 0a9f07f

Browse files
committed
Breaks words in colists to prevent overruns on the page.
1 parent b1ade8c commit 0a9f07f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_stylesheets/docs.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nav#main {
2929
filter: drop-shadow(0.6em 0.01em 0.2em);
3030
}
3131
}
32-
32+
3333
.navbar.navbar-default.navbar-openshift .navbar-brand.origin {
3434
background: url("../_images/okd_logo.svg") no-repeat scroll 0% 95%;
3535
background-size: 140px;
@@ -2123,6 +2123,7 @@ ol.lowergreek {
21232123
border: 0;
21242124
background: none;
21252125
margin-bottom: 0;
2126+
word-break: break-word;
21262127
}
21272128

21282129
.hdlist>table>tbody>tr, .colist>table>tbody>tr {
@@ -2582,4 +2583,4 @@ b.conum * {
25822583

25832584
.print-logo {
25842585
display: none;
2585-
}
2586+
}

0 commit comments

Comments
 (0)