Fix removal of border from account listing (#31432)

This commit is contained in:
Michael Stanclift 2024-08-14 12:09:23 -05:00 committed by GitHub
parent 3cc2968344
commit a1ddaa9ee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1808,6 +1808,7 @@ body > [data-popper-placement] {
.account {
padding: 16px;
border-bottom: 1px solid var(--background-border-color);
.account__display-name {
flex: 1 1 auto;