У меня есть два элемента в div, который находится в базовой ячейке Zurb, как это
<div className="cell small-8 medium-6 large-8 title">
<h6>title of the item</h6>
<p>description of the item</p>
</div>
, и они отображаются в одной строке
title of the item
description of the item
но я хочу два элемента в разных строках
title of the item
description of the item