diff --git a/views/account/show.jade b/views/account/show.jade index b74f98d9b8..b669691ac4 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -158,5 +158,6 @@ block content tr td.col-xs-4= bonfire.name td.col-xs-2= moment(bonfire.completedDate, 'x').format("MMM DD, YYYY") - td.col-xs-6= bonfire.solution + td.col-xs-6 + pre.wrappable= bonfire.solution br