mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 01:53:51 +00:00
10 lines
164 B
SCSS
10 lines
164 B
SCSS
@import '../../../src/utils/base';
|
|
|
|
.line-chart-card__body canvas {
|
|
height: 300px !important;
|
|
|
|
@media (min-width: $mdMin) {
|
|
height: 400px !important;
|
|
}
|
|
}
|