Allow line wrapping in check result messages

Otherwise the width of the entire table just keeps growing.

Change-Id: Icedc05bbc28fbe513c60a5eb9853dadde636381b
(cherry picked from commit d7a95971a52ad8d86b7fc1bc1f6ba98dd80848da)
This commit is contained in:
Ben Rohlfs 2021-04-09 12:01:06 +02:00 committed by Paladox none
parent 31f3904d3c
commit 22d1fa073a
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ class GrResultExpanded extends GrLitElement {
css`
.message {
padding: var(--spacing-m) var(--spacing-m) var(--spacing-m) 0;
white-space: pre-wrap;
}
`,
];