We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is similar to #401, but different enough that I've created a separate issue.
Starting with the sample code and removing "width" from the CSS, I see the following artifacts:
Adding .ngTopPanel { border-bottom: 0; } to the CSS fixes the top artifact, but the one on the right side remains.
.ngTopPanel { border-bottom: 0; }
Any ideas how to shore this up?
Here's a plnkr exhibiting the problem: http://plnkr.co/edit/UQhaeS?p=preview
Thanks!
The text was updated successfully, but these errors were encountered:
@sanfords Can you try with the latest version? It's pointing at the 2.0.7 branch.
http://plnkr.co/edit/dyA446?p=preview
Sorry, something went wrong.
Looks great! Thanks!
No branches or pull requests
This is similar to #401, but different enough that I've created a separate issue.
Starting with the sample code and removing "width" from the CSS, I see the following artifacts:
Adding
.ngTopPanel { border-bottom: 0; }
to the CSS fixes the top artifact, but the one on the right side remains.Any ideas how to shore this up?
Here's a plnkr exhibiting the problem: http://plnkr.co/edit/UQhaeS?p=preview
Thanks!
The text was updated successfully, but these errors were encountered: