<Toolbar>
<ToolbarGroup>
<ToolbarTitle text="Title Text" />
</ToolbarGroup>
<ToolbarGroup>
<DropdownMenu>
<MenuItem primaryText="First" value={1} />
<MenuItem primaryText="Second" value={2} />
<MenuItem primaryText="Third" value={3} />
<MenuItem primaryText="Fourth" value={4} />
</ToolbarGroup>
</Toolbar>
(Could be related to #5839)
Problem description
When
DropDownMenus are composed insideToolbarcomponents, they are not aligned with other text such asToolbarTitlecomponents.This is also visible on the Toolbar demo/documentation page: http://www.material-ui.com/#/components/toolbar
Versions