Skip to content
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

Extension icons aren't vertically aligned in /manage/publishers/<publisher> #12

Open
Tyriar opened this issue Mar 3, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 3, 2021

On https://marketplace.visualstudio.com/manage/publishers/tyriar, see how the icons aren't center aligned like the text

image

This CSS rule fixes the problem:

.vss-DetailsList.ms-DetailsList .ms-List-cell .ms-DetailsRow .vss-DetailsList--titleCellIcon {
    align-items: center;
}

image

@Tyriar Tyriar added the bug Something isn't working label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant