Improve code readability by adding line break for long message in show_execution.go

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-08-02 19:59:07 -06:00
parent 2a1b09b7c3
commit dfdd26daa1

View File

@@ -61,7 +61,10 @@ func showExecutionButton(
execution.Message.Valid,
html.Tr(
html.Th(component.SpanText("Message")),
html.Td(component.SpanText(execution.Message.String)),
html.Td(
html.Class("break-all"),
component.SpanText(execution.Message.String),
),
),
),
html.Tr(