Skip to content

Commit 6fad73b

Browse files
author
OpenShift Bot
authored
Merge pull request #1170 from rhamilto/word-break
Merged by openshift-bot
2 parents 7f97133 + 1708089 commit 6fad73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/styles/_mixins.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
// This class will break normal words in awkward places. Therefore:
7070
// - DO use for shas or other long identifiers that are arbitrary
7171
// - DO NOT use in any other case such as paragraph text, descriptions, titles, project names, etc.
72-
// opt for 'word-break' below
72+
// opt for 'word-break' above
7373
.word-break-all {
7474
word-break: break-all; // firefox, IE
7575
word-break: break-word; // non-standard for webkit

0 commit comments

Comments
 (0)