mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Allow page headings to word-wrap
This is mostly for template names, which can be very long, unbroken strings, especially if developers have been naming them.
This commit is contained in:
@@ -82,6 +82,7 @@ a {
|
||||
.heading-large,
|
||||
> .heading-medium {
|
||||
margin: 10px 0 15px 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
> .grid-row:first-child {
|
||||
@@ -89,6 +90,7 @@ a {
|
||||
.heading-large,
|
||||
.heading-medium {
|
||||
margin: 10px 0 15px 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user