mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 01:44:08 -04:00
Fix overlapping text on settings page
Think this broke when we split the setting page up into three sections. This forces the text to wrap onto multiple lines even if it doesn’t contain spaces (for example an email address).
This commit is contained in:
@@ -180,6 +180,7 @@ details summary {
|
||||
th,
|
||||
td {
|
||||
@include core-19;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
||||
Reference in New Issue
Block a user