Fix language label vertical alignment (#11061)
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
ad5c43ae5d
commit
063b1d260f
3 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue