0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-30 07:20:11 +00:00
kevinpapst_kimai2/assets/sass/chart.scss
2025-02-27 17:57:52 +01:00

7 lines
No EOL
118 B
SCSS

div.chart-container {
position: relative;
canvas.chartjs {
width: 100%;
height: 300px;
}
}