fix(3p/gerrit): fix left padding on account chip

We don't have an avatar provider at the moment, so it's wonky. I'll make
this a CL upstream as well once my work laptop has charged.

Change-Id: I79754560b2de6981508ba7e10faf6b50cb9c3f8f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2266
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Luke Granger-Brown 2020-12-20 15:12:40 +00:00 committed by lukegb
parent bbfcc7bbf0
commit e115e58f9c
2 changed files with 112 additions and 0 deletions

View file

@ -47,6 +47,7 @@ pkgs.lib.makeOverridable pkgs.buildBazelPackage {
./0004-Add-titles-to-CLs-over-HTTP.patch
./0005-When-using-local-fonts-always-assume-Gerrit-is-mount.patch
./0006-Always-use-Google-Fonts.patch
./0007-Keep-left-padding-on-account-chip-if-no-avatar-provi.patch
];
bazelTarget = "release";