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

fix(theme): remove a fixed content height #882

Merged
merged 2 commits into from
Oct 15, 2018
Merged

fix(theme): remove a fixed content height #882

merged 2 commits into from
Oct 15, 2018

Conversation

lexzhukov
Copy link
Contributor

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Closes #836

@lexzhukov lexzhukov requested review from nnixaa and Tibing October 10, 2018 13:10
@Tibing Tibing requested a review from yggg October 10, 2018 13:11
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "2.0.0",
"version": "2.0.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep this change separated from this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll remove.

OnInit,
OnDestroy,
} from '@angular/core';
import { Component, ChangeDetectionStrategy, Host, ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not important, but more readable now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) it's debatable, I suggest we not mix code style changes into the particular issue fixes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

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

Successfully merging this pull request may close these issues.

When ngFor used within accordion body accordion does not resize appropriately.
3 participants