Vertically align personal tools

Bug: T264339
Change-Id: Ic9df8c1cea0fef82461a84190689791ce2275812
This commit is contained in:
jdlrobson 2020-10-09 13:55:24 -07:00 committed by Jdlrobson
parent aa7d05e7f2
commit da26e09bca
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,9 @@ body {
#p-personal {
li {
// Some extensions e.g. Echo may change the height of list items
// If that's the case we want to ensure all other elements are vertically aligned consistently.
vertical-align: middle;
display: inline-block;
}
}