Skip to content

Commit aaf9a5d

Browse files
committed
minor styling fix for error report summaries
1 parent ffe6dab commit aaf9a5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/assets/stylesheets/errors.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
.error-report-summary {
2424
display: flex;
2525
align-items: center;
26-
gap: 0.15em;
26+
gap: 1em;
27+
word-break: break-word;
2728

2829
.details {
2930
flex: 1;

0 commit comments

Comments
 (0)