Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropDownMenu alignment issues in ToolBar #5961

Closed
huntwj opened this issue Jan 18, 2017 · 0 comments
Closed

DropDownMenu alignment issues in ToolBar #5961

huntwj opened this issue Jan 18, 2017 · 0 comments
Labels
component: menu This is the name of the generic UI component, not the React module! component: Toolbar The React component. v0.x

Comments

@huntwj
Copy link

huntwj commented Jan 18, 2017

(Could be related to #5839)

Problem description

When DropDownMenus are composed inside Toolbar components, they are not aligned with other text such as ToolbarTitle components.

<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>

This is also visible on the Toolbar demo/documentation page: http://www.material-ui.com/#/components/toolbar

screen shot 2017-01-18 at 2 29 12 pm

Versions

  • Material-UI: 0.16.7
  • React: 15.4.1
  • Browser: Chrome 55.0.2883.95
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 21, 2022
@zannager zannager added component: menu This is the name of the generic UI component, not the React module! component: Toolbar The React component. v0.x and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: menu This is the name of the generic UI component, not the React module! component: Toolbar The React component. v0.x
Projects
None yet
Development

No branches or pull requests

4 participants