mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Merge pull request #1517 from alphagov/right-padding-email-message
Fix overridden padding on email subject
This commit is contained in:
@@ -26,9 +26,15 @@ $email-message-gutter: $gutter * 2;
|
||||
}
|
||||
|
||||
td {
|
||||
|
||||
width: 99%;
|
||||
padding-right: $email-message-gutter;
|
||||
word-break: break-word;
|
||||
|
||||
&:first-child {
|
||||
padding-right: $email-message-gutter;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user