SPR-814: detail template bugfix meta data in webkit
This commit is contained in:
parent
58aee1016a
commit
76f5706461
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue