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

gap is wrong when picker is hidden initially #314

Open
jcubic opened this issue Jan 5, 2017 · 0 comments
Open

gap is wrong when picker is hidden initially #314

jcubic opened this issue Jan 5, 2017 · 0 comments

Comments

@jcubic
Copy link

jcubic commented Jan 5, 2017

I'm using date-range-picker in angular app and I'm creating picker in tabs and only one picker is visible initially and when picker is hidden the gap height is set to 10px I've try to fix it by applying:

.date-picker-wrapper table:nth-of-type(2) {
  margin-left: 35px;
}

it break the layout when you click next or prev button and the height is recalulated. The only fix is to hide the gap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant