mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-27 11:28:22 +03:00
10 lines
157 B
SCSS
10 lines
157 B
SCSS
|
@import '../../utils/base';
|
||
|
|
||
|
.line-chart-card__body canvas {
|
||
|
height: 300px !important;
|
||
|
|
||
|
@media (min-width: $mdMin) {
|
||
|
height: 350px !important;
|
||
|
}
|
||
|
}
|