Fix language label vertical alignment (#11061)

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
silverwind 2020-04-13 22:00:32 +02:00 committed by GitHub
parent ad5c43ae5d
commit 063b1d260f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -1228,3 +1228,12 @@ i.icon.centerlock {
overflow-x: hidden;
text-overflow: ellipsis;
}
.language-label {
display: inline-flex !important;
align-items: center !important;
}
.language-label .color-icon {
position: static !important;
}