Skip to content

Commit aaa8d30

Browse files
SF-3634 Fix UI overflow for error details on draft (#3571)
1 parent 648dfa2 commit aaa8d30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/translate/draft-generation/draft-history-list/draft-history-entry/draft-history-entry.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ strong {
8686
font-weight: bolder;
8787
}
8888

89+
.mat-column-details {
90+
word-break: break-word;
91+
}
92+
8993
.new-formatting-options-notice {
9094
margin-top: 7px;
9195
}

0 commit comments

Comments
 (0)