styles: use "break-word", fixes 04c299fb for Safari

Bug: #273
This commit is contained in:
Jesse Chan
2021-04-18 12:13:46 +08:00
parent 6b0841748e
commit c987b4897b
@@ -47,7 +47,7 @@ $torrent-details--tags--foreground: #1a2028;
font-weight: inherit;
margin-top: 0;
margin-bottom: $spacing--x-small;
overflow-wrap: anywhere;
overflow-wrap: break-word;
}
&__sub-heading {