commit | 4d7b1b28240f9f720e4ed2adf0f6467fc95abbba | [log] [tgz] |
---|---|---|
author | Chris Poucet <poucet@google.com> | Wed Mar 23 13:38:18 2022 +0100 |
committer | Chris Poucet <poucet@google.com> | Wed Mar 23 12:39:24 2022 +0000 |
tree | a28a827fc0eb79f39bce8248482d0e848f0a2f97 | |
parent | cf7283c2b2f33ddb67dc4581a41b58a81442c6c0 [diff] |
Make sure to make gr-account-chip.container display-flex This was accidentally removed in Change 333601 Release-Notes: skip Change-Id: Ie73d0631a12ab4779e79137fa1be2559e96d113c
diff --git a/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.ts b/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.ts index e895c86..28de23c 100644 --- a/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.ts +++ b/polygerrit-ui/app/elements/shared/gr-account-chip/gr-account-chip.ts
@@ -109,6 +109,7 @@ /** round */ border-radius: var(--account-chip-border-radius, 20px); border: 1px solid var(--border-color); + display: inline-flex; padding: 0 1px; /* Any outermost circular icon would fit neatly in the border-radius and won't need padding, but the exact outermost elements will