feat: use default table word wrapping in file load modal

master
Katja Lutz 2 years ago
parent 20d0a36a2b
commit abdb5813c8

@ -941,7 +941,7 @@ const SettingsOverlay: Component = () => {
{(error, idx) => ( {(error, idx) => (
<tr> <tr>
<th>{idx() + 1}</th> <th>{idx() + 1}</th>
<td class="break-words">{error.path}</td> <td>{error.path}</td>
<td>{error.message}</td> <td>{error.message}</td>
</tr> </tr>
)} )}

Loading…
Cancel
Save