Skip to content

Commit 481d820

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): 3e63c9c5cc314777ca9306b2396093acd9466746
1 parent edac9f2 commit 481d820

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/assets/bindata.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -27105,8 +27105,8 @@ var _scriptsTemplatesJs = []byte(`angular.module('openshiftConsoleTemplates', []
2710527105
"</div>\n" +
2710627106
"<div class=\"list-view-pf-additional-info project-additional-info\">\n" +
2710727107
"<span class=\"list-group-item-text project-description\">\n" +
27108-
"<truncate-long-text ng-if=\"!keywords.length\" content=\"project | description\" limit=\"265\" use-word-boundary=\"true\"></truncate-long-text>\n" +
27109-
"<span ng-if=\"keywords.length\" ng-bind-html=\"project | description | truncate : 1000 | highlightKeywords : keywords\"></span>\n" +
27108+
"<truncate-long-text ng-if=\"!keywords.length\" content=\"project | description\" limit=\"265\" newline-limit=\"10\" use-word-boundary=\"true\"></truncate-long-text>\n" +
27109+
"<span class=\"highlighted-content\" ng-if=\"keywords.length\" ng-bind-html=\"project | description | truncate : 1000 | highlightKeywords : keywords\"></span>\n" +
2711027110
"</span>\n" +
2711127111
"</div>\n" +
2711227112
"</div>\n" +
@@ -114038,6 +114038,7 @@ a.subtle-link:active,a.subtle-link:focus,a.subtle-link:hover{color:#00659c;borde
114038114038
@media (min-width:992px){.project-actions{margin-top:0}
114039114039
.project-additional-info.list-view-pf-additional-info{width:55%}
114040114040
}
114041+
.project-description .highlighted-content,.project-description .truncated-content{white-space:pre-line;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;min-width:0}
114041114042
.project-info.list-group-item{border-bottom:0;border-color:#e0e0e0;padding:10px 20px}
114042114043
.project-info .list-view-pf-description{width:100%}
114043114044
.project-info .list-view-pf-main-info{display:block}

0 commit comments

Comments
 (0)