mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-01 14:51:04 -05:00
Merge pull request #1821 from alphagov/heading-wrap
Allow page headings to word-wrap
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