data-dashboard
Version:
A data-driven dashboard console for report widgets
29 lines (26 loc) • 595 B
text/less
// DataDashboard ~~ MIT License
// Widget style
@import "../../../+common/css/static/utility-box";
web-app-widget-body.project-json-questions {
figure:first-child {
height: 300px;
margin-bottom: 15px;
canvas {
}
}
figure:last-child {
table {
tbody {
tr {
td {
white-space: nowrap;
span {
.EllipsisLongText(25em);
display: inline-block;
}
}
}
}
}
}
}