1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

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
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;
}
}
}