angular-gantt
Version:
Gantt chart component for AngularJS
29 lines (24 loc) • 508 B
CSS
.gantt-table-header {
overflow: hidden;
position: relative;
}
.gantt-table-header-row {
position: absolute;
bottom: 0;
width: 100%;
}
.gantt-table-header-row span.gantt-label-text {
font-weight: bold;
white-space: nowrap;
display: inline-block;
padding-top: 0.5em;
overflow: hidden;
text-overflow: clip;
}
div.gantt-table-content {
overflow: hidden;
}
.gantt-side-content-table > div.gantt-table-column {
display: inline-block;
overflow: hidden;
}