SPR-814: detail template bugfix meta data in webkit

This commit is contained in:
Jana Deutschländer 2017-04-19 15:24:25 +02:00
commit 76f5706461

View file

@ -63,13 +63,19 @@
} }
dl { dl {
display: flex;
display: -webkit-flex; display: -webkit-flex;
display: -ms-flexbox; display: -ms-flexbox;
display: flex;
flex-direction: row; flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row; -ms-flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
width: 100%; width: 100%;
dt, dd { dt, dd {