From 76f57064618e1a918bcb67c3c7455a754f513152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Wed, 19 Apr 2017 15:24:25 +0200 Subject: [PATCH] SPR-814: detail template bugfix meta data in webkit --- css/template_detail.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 {