diff --git a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss index 8514b2ab8..806cacbd3 100644 --- a/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss +++ b/src/registrar/assets/sass/_theme/_uswds-theme-custom-styles.scss @@ -325,6 +325,9 @@ section.dashboard { } } +.break-word { + word-break: break-word; +} #wrapper { padding-top: units(3); diff --git a/src/registrar/templates/domain_base.html b/src/registrar/templates/domain_base.html index 3dcb79bb2..5a6bf75ae 100644 --- a/src/registrar/templates/domain_base.html +++ b/src/registrar/templates/domain_base.html @@ -5,6 +5,13 @@ {% block content %}
+ {{ domain.name }} +
++ - Back to manage your domains -
++ Back to manage your domains +
+ -- - Back to manage your domains -
-