diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl
index 29023d921a..c7065557bd 100644
--- a/templates/user/dashboard/issues.tmpl
+++ b/templates/user/dashboard/issues.tmpl
@@ -88,7 +88,7 @@
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css
index 1c02de2d7a..4756d31bec 100644
--- a/web_src/css/helpers.css
+++ b/web_src/css/helpers.css
@@ -197,6 +197,8 @@
.gt-content-center { align-content: center !important; }
+.gt-whitespace-nowrap { white-space: nowrap !important; }
+
@media (max-width: 767px) {
.gt-db-small { display: block !important; }
.gt-w-100-small { width: 100% !important; }