mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 01:37:24 +03:00
9 lines
175 B
SCSS
9 lines
175 B
SCSS
@import '@shlinkio/shlink-frontend-kit/base';
|
|
|
|
.line-chart-card__body canvas {
|
|
height: 300px !important;
|
|
|
|
@media (min-width: $mdMin) {
|
|
height: 400px !important;
|
|
}
|
|
}
|