Fix #56 Safari flex issue

This commit is contained in:
Flavio Copes
2015-08-17 10:29:15 +02:00
parent d7ed057911
commit 69dd68276e
3 changed files with 4 additions and 2 deletions

View File

@@ -743,6 +743,7 @@ tbody {
.gpm-details {
width: 100%;
-webkit-flex: auto;
flex: auto; }
td {

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,7 @@ tbody {
.gpm-details {
width: 100%;
-webkit-flex: auto;
flex: auto;
}
@@ -54,7 +55,7 @@ tr {
line-height: 1;
text-align: right;
position: relative;
.gpm-details-expand {
position: absolute;
top: 12px;