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

Panel Header and Dropdown problem #175

Closed
michalgebauer opened this issue Nov 2, 2017 · 0 comments
Closed

Panel Header and Dropdown problem #175

michalgebauer opened this issue Nov 2, 2017 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.

Comments

@michalgebauer
Copy link
Contributor

image

  1. Panel with no header defined has empty bar on top.
  2. Dropdown options are cut off on panel borders.

Code:

<div className="row">
<div className="col-12 col-md-6">
<Panel>
<Dropdown options={[{ label: '1', value: 1}, { label: '2', value: 2}]} />
</Panel>
</div>
</div>

@cagataycivici cagataycivici self-assigned this Nov 6, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Nov 6, 2017
Merve7 added a commit that referenced this issue Nov 6, 2017
cagataycivici pushed a commit that referenced this issue Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants