commit | fd3f9e48147f388eadbc0789d58c333b66baf3a0 | [log] [tgz] |
---|---|---|
author | Chris Poucet <poucet@google.com> | Wed Mar 23 12:55:46 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 23 12:55:46 2022 +0000 |
tree | 41f7966a687283f0277772ff70ae04b578fa3a0d | |
parent | 577296c89e0a156c11c3968316a4af89441d8db7 [diff] | |
parent | 4d7b1b28240f9f720e4ed2adf0f6467fc95abbba [diff] |
Merge "Make sure to make gr-account-chip.container display-flex"
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