-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Fix avatar misalignment #22955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix avatar misalignment #22955
Changes from 2 commits
9f0ea4c
441a768
63b69e3
e1ceb01
9b529ce
5ce3e13
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -853,6 +853,12 @@ a.commit-statuses-trigger { | |
| color: var(--color-text); | ||
| } | ||
|
|
||
| .ui.list > .item > img.ui.avatar + .content { | ||
| display: inline-block; | ||
| vertical-align: top; | ||
| padding-left: .5em; | ||
| } | ||
|
|
||
|
||
| .ui.list .list > .item .description, | ||
| .ui.list > .item .description { | ||
| color: var(--color-text); | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.