Skip to content

Commit

Permalink
React thingie
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Mar 12, 2024
1 parent 0bbf2b4 commit a3b634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/dashboard/src/components/commits/commitEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function ImageBuildEventWidget(props) {
<span className='pl-1'>{result.statusDesc}</span>
</p>
}
<div className="overflow-y-auto flex-grow h-64 bg-stone-900 text-gray-300 font-mono text-sm p-2" style={{"white-space": 'pre-line'}}>
<div className="overflow-y-auto flex-grow h-64 bg-stone-900 text-gray-300 font-mono text-sm p-2" style={{"whiteSpace": 'pre-line'}}>
{result.log}
</div>
</li>
Expand Down

0 comments on commit a3b634d

Please sign in to comment.