diff --git a/css/template_detail.less b/css/template_detail.less index f11cfcf..5e129e9 100644 --- a/css/template_detail.less +++ b/css/template_detail.less @@ -63,13 +63,19 @@ } dl { + display: flex; display: -webkit-flex; display: -ms-flexbox; - display: flex; + + flex-direction: row; + -webkit-flex-direction: row; -ms-flex-direction: row; + flex-wrap: wrap; + -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; + width: 100%; dt, dd {