Skip to content

Commit b972b4b

Browse files
committed
Allowing Newlines to Display in Production Log Step Bodies
1 parent 374dbcb commit b972b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MESS/MESS.Blazor/Components/Pages/ProductionLog/WorkInstructionNodes/StepNodeListItem.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="col col-md-6 col-sm-12 d-flex flex-column primary-content">
1212
<div class="card">
1313
<div class="card-body">
14-
<p class="card-text d-block mb-1">
14+
<p class="card-text d-block mb-1" style="white-space: pre-wrap;">
1515

1616
@* Replace text with extra details i.e. body text *@
1717
@switch (ShowDetails)

0 commit comments

Comments
 (0)