SAAS-1099: Dashboard messed up in Safari

This commit is contained in:
drigato 2015-09-29 16:03:14 -04:00
parent 3df1081c60
commit 81bf601a12
1 changed files with 2 additions and 0 deletions

View File

@ -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 {