Currently TopBar
's contextControl
has too much influence on the TopBar layout as when the react node passed into contextControl
is smaller than the max width the layout of the top bar will change. To prevent this we should change the max-width
on the context control wrapper to a normal width
definition to always force a certain width.