From f2df478eb5a5ca136448159954876f7f43bb4ed9 Mon Sep 17 00:00:00 2001 From: sg00dwin Date: Mon, 3 Jul 2017 12:17:36 -0400 Subject: [PATCH] Include word-break class to prevent breakage at mobile widths Fixes https://github.com/openshift/origin-web-console/issues/1784 --- app/views/browse/_build-details.html | 4 +++- dist/scripts/templates.js | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/browse/_build-details.html b/app/views/browse/_build-details.html index 0e4d021f51..c4eb410814 100644 --- a/app/views/browse/_build-details.html +++ b/app/views/browse/_build-details.html @@ -75,7 +75,9 @@

Configuration created from {{build.spec.source.contextDir}}
Source Commit:
- {{build.spec.revision.git.message}} + + {{build.spec.revision.git.message}} + {{build.spec.source.contextDir}}
\n" + "
Source Commit:
\n" + "
\n" + + "\n" + "{{build.spec.revision.git.message}}\n" + + "\n" + "{{build.spec.revision.git.commit | limitTo:7}}\n" + "\n" + "authored by {{build.spec.revision.git.author.name}}\n" +