CC-6108: Manage User table layout is messed up

This commit is contained in:
drigato 2015-08-31 09:26:22 -04:00
parent f8d1ee09b2
commit 582bc292aa
1 changed files with 14 additions and 0 deletions

View File

@ -3863,4 +3863,18 @@ li .ui-state-hover {
flex: 1;
}
#users_datatable_wrapper {
position: absolute;
min-height: 300px;
}
#users_datatable {
overflow: auto;
}
#users_datatable tbody {
vertical-align: top !important;
}