Skip to content

Commit 59ea704

Browse files
committed
quick fix
1 parent d0e4557 commit 59ea704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/web/tabs/app/src/containers/BackfillStatusContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class BackfillStatusContainer extends React.Component<
289289
<td>{name}</td>
290290
<td>
291291
<code style={{
292-
wordBreak: "break-word",
292+
wordBreak: "break-all",
293293
whiteSpace: "pre-wrap",
294294
display: "block"
295295
}}>{String(value)}</code>

0 commit comments

Comments
 (0)