mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-26 02:48:22 +03:00
9 lines
164 B
SCSS
9 lines
164 B
SCSS
@import '../../../src/utils/base';
|
|
|
|
.line-chart-card__body canvas {
|
|
height: 300px !important;
|
|
|
|
@media (min-width: $mdMin) {
|
|
height: 400px !important;
|
|
}
|
|
}
|