Skip to content

Commit 43a10bf

Browse files
committed
ui: fix text overflow on job details page
If the error message for a failed job contained long unbreakable strings, it prevents the error message component from shrinking, causing it to be hidden under other components. Now, the error message component will be able to break anywhere so that it can be legible on smaller viewports. Resolves: CC-33142 Epic: CC-32806 Release note: None
1 parent 9b7bfc2 commit 43a10bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ui/workspaces/cluster-ui/src/jobs/jobs.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
.inline-message {
211211
margin-top: $spacing-smaller;
212212
width: 100%;
213+
overflow-wrap: anywhere;
213214
}
214215

215216
.page--header {

0 commit comments

Comments
 (0)