mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-07 19:49:59 -05:00
Merge pull request #4183 from Roardom/fix-long-notifications
(Fix) Wrap notifications with words longer than table width
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{{ $notification->data['title'] }}
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<td style="word-break: break-all">
|
||||
{{ $notification->data['body'] }}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user