mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04: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-large,
|
||||||
> .heading-medium {
|
> .heading-medium {
|
||||||
margin: 10px 0 15px 0;
|
margin: 10px 0 15px 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .grid-row:first-child {
|
> .grid-row:first-child {
|
||||||
@@ -89,6 +90,7 @@ a {
|
|||||||
.heading-large,
|
.heading-large,
|
||||||
.heading-medium {
|
.heading-medium {
|
||||||
margin: 10px 0 15px 0;
|
margin: 10px 0 15px 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user