mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Remove word domain from h1, allow domains names to wrap
Signed-off-by: igorkorenfeld <52677065+igorkorenfeld@users.noreply.github.com>
This commit is contained in:
parent
1abcb27636
commit
26a49a7db4
2 changed files with 4 additions and 1 deletions
|
@ -325,6 +325,9 @@ section.dashboard {
|
|||
}
|
||||
}
|
||||
|
||||
.break-word {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
padding-top: units(3);
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
{% block domain_content %}
|
||||
|
||||
<h1>Domain {{ domain.name }}</h1>
|
||||
<h1 class="break-word">{{ domain.name }}</h1>
|
||||
|
||||
{% endblock %} {# domain_content #}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue