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

Patch for jquery.orgcharts.css - Lines are not shown correct when 'float' is set by another CSS #36

Closed
keebeegee opened this issue Jul 14, 2016 · 2 comments

Comments

@keebeegee
Copy link

keebeegee commented Jul 14, 2016

Example:

Current:
.orgchart td.left {
border-left: 1px solid rgba(217, 83, 79, 0.8);
}

New:
.orgchart td.left {
border-left: 1px solid rgba(217, 83, 79, 0.8);
float: none;
}

If 'float' for a "td" is be set by another css, lines will not shown correctly.

You can reproduce the error by simply adding style:

.left {
float: left;
}

to the page.

cheers
kbg

@dabeng
Copy link
Owner

dabeng commented Jul 14, 2016

Wow, great! Thanks a lot. I'm gonna to try it out and then introduce this helpful code snippet.

@dabeng
Copy link
Owner

dabeng commented Jul 15, 2016

Hi @keebeegee , I haved fixed this bug in jquery.orgchart.css file and release new version. Thank you very much 😊

@dabeng dabeng closed this as completed Jul 15, 2016
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

2 participants