diff --git a/app/styles/_core.less b/app/styles/_core.less
index 1c6b261e33..6884b6d4b4 100644
--- a/app/styles/_core.less
+++ b/app/styles/_core.less
@@ -1286,3 +1286,13 @@ copy-to-clipboard .input-group.limit-width {
width: 100%;
}
}
+
+// Within truncation directive controls spacing between content and toggle link
+.truncation-block {
+ margin-right: 10px;
+}
+
+.truncation-collapse-link {
+ margin-left: 10px;
+ white-space: nowrap;
+}
diff --git a/app/views/directives/truncate-long-text.html b/app/views/directives/truncate-long-text.html
index 055f5fafeb..383f3ee208 100644
--- a/app/views/directives/truncate-long-text.html
+++ b/app/views/directives/truncate-long-text.html
@@ -1,18 +1,18 @@
-
+
…
- See all
+ See All
- Collapse
+ Collapse
diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js
index ebc0569d81..24003ce2f1 100644
--- a/dist/scripts/templates.js
+++ b/dist/scripts/templates.js
@@ -8945,18 +8945,18 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"\n" +
"\n" +
"\n" +
- "\n" +
+ "\n" +
"…\n" +
"\n" +
- "See all\n" +
+ "See All\n" +
"\n" +
"\n" +
"\n" +
"\n" +
- "Collapse\n" +
+ "Collapse\n" +
"\n" +
"\n" +
"\n" +
diff --git a/dist/styles/main.css b/dist/styles/main.css
index 1915082d7f..0cc18d7141 100644
--- a/dist/styles/main.css
+++ b/dist/styles/main.css
@@ -4134,6 +4134,8 @@ copy-to-clipboard .input-group.limit-width{max-width:300px}
.tech-preview-header{justify-content:space-between}
@media (max-width:479px){.col-xxs-12{width:100%}
}
+.truncation-block{margin-right:10px}
+.truncation-collapse-link{margin-left:10px;white-space:nowrap}
.data-toolbar{padding:5px 0}
.data-toolbar.other-resources-toolbar .data-toolbar-dropdown{min-width:210px}
.data-toolbar .checkbox{margin-bottom:0;margin-top:10px}