Make bonfire sample code wrap properly within responsive div

This commit is contained in:
Quincy Larson
2015-05-05 16:24:16 -07:00
parent f5a7195e42
commit e52c0a1578

View File

@ -158,5 +158,6 @@ block content
tr tr
td.col-xs-4= bonfire.name td.col-xs-4= bonfire.name
td.col-xs-2= moment(bonfire.completedDate, 'x').format("MMM DD, YYYY") 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 br