Kd/fix team avatar aspect ratio (#14200)

* Add org member avatar to text data for fixed width

* set min-width to prevent single char lines
This commit is contained in:
Kyle D 2021-01-03 14:20:05 -07:00 committed by GitHub
parent 9cc5a89b8c
commit 4092c044e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

View file

@ -121,11 +121,15 @@
.ui.avatar {
width: 48px;
height: 48px;
height: auto;
margin-right: 1rem;
align-self: flex-start;
}
.meta {
line-height: 24px;
word-break: break-word;
min-width: 2em;
}
}
}