mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-07 16:13:02 +01:00
Fix #56 Safari flex issue
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user