Skip to content

Commit b8b026d

Browse files
committed
Not allowing creation date to wrap to eliminate bug
Fixes openshift/origin-web-catalog#412
1 parent 0e7d693 commit b8b026d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/styles/_projects.less

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
}
2020
}
2121

22+
.project-date, // from origin-web-catalog
23+
.projects-list {
24+
[am-time-ago] {
25+
white-space: nowrap;
26+
}
27+
}
28+
2229
.project-description.list-group-item-text {
2330
width: 100%;
2431
.highlighted-content,

dist/styles/main.css

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)