Merge pull request #3670 from mabashian/root-all-groups-responsive

Make root/all groups action bar a bit more responsive

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-10 19:50:33 +00:00 committed by GitHub
commit cd966f2669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -218,6 +218,13 @@ table, tbody {
// float: right;
}
@media screen and (max-width: 1200px) {
.List-actionHolder--rootGroups {
justify-content: flex-start;
margin-bottom: 55px;
}
}
.List-actionHolder--leftAlign {
margin-left: 50%;
justify-content: flex-start;

View File

@ -17,6 +17,7 @@
trackBy: 'group.id',
basePath: 'api/v2/inventories/{{$stateParams.inventory_id}}/groups/',
layoutClass: 'List-staticColumnLayout--groups',
actionHolderClass: 'List-actionHolder List-actionHolder--rootGroups',
staticColumns: [
{
field: 'failed_hosts',