My top-bar layout needs to have all elements vertically centered, but I'm experiencing issues with the top-bar_right-part
not behaving as expected when using the core_vertical-align
class. The left menu works fine, however.
To illustrate the problem, here is my code on CodePen: https://codepen.io/anon/pen/gXGxWz
The issue seems to be related to how the right part elements do not inherit the correct height of the top-bar, unlike the left menu which does. As a result, the vertical alignment is off. Here's a visual representation from the codepen: https://i.sstatic.net/aR9hf.png