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:
Chris Hill-Scott
2017-09-14 13:10:56 +01:00
parent 1be2101d07
commit 2a84d14a73

View File

@@ -180,6 +180,7 @@ details summary {
th,
td {
@include core-19;
word-wrap: break-word;
}
thead {