mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-30 07:20:11 +00:00
7 lines
No EOL
118 B
SCSS
7 lines
No EOL
118 B
SCSS
div.chart-container {
|
|
position: relative;
|
|
canvas.chartjs {
|
|
width: 100%;
|
|
height: 300px;
|
|
}
|
|
} |