SAAS-1099: Dashboard messed up in Safari
This commit is contained in:
parent
3df1081c60
commit
81bf601a12
|
@ -3870,12 +3870,14 @@ li .ui-state-hover {
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
|
-webkit-flex: 1 1;
|
||||||
min-width: 505px;
|
min-width: 505px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outer-datatable-wrapper {
|
.outer-datatable-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
-webkit-flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#user_list_inner_wrapper {
|
#user_list_inner_wrapper {
|
||||||
|
|
Loading…
Reference in New Issue