Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Task label #838

Closed
divanemix opened this issue Jan 9, 2019 · 1 comment
Closed

Task label #838

divanemix opened this issue Jan 9, 2019 · 1 comment

Comments

@divanemix
Copy link

the task content is longer than the task, "overflow : hidden" does not work in internet explorer 11, any suggestions?
image

@divanemix
Copy link
Author

[WORKS] I have overwritten this:
.gantt-task {
position: absolute;

margin: auto;
top: 0;
bottom: 0;
min-width: 0.6em;
height: 80%;

}
to
.gantt-task {
position: absolute;
margin: auto;
top: 0px;
bottom: 0px;
min-width: 0.6em;
height: 80%;
overflow: hidden;
}

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

No branches or pull requests

1 participant