diff --git a/modules/monitor/front/index/style.scss b/modules/monitor/front/index/style.scss index 0cadc88db..c020f60c7 100644 --- a/modules/monitor/front/index/style.scss +++ b/modules/monitor/front/index/style.scss @@ -22,4 +22,35 @@ vn-monitor-index { position: fixed; width: 400px } + + vn-horizontal { + flex-wrap: wrap + } +} + +@media (max-width:1500px) { + vn-monitor-index { + & > vn-horizontal { + flex-direction: column-reverse; + } + + & > vn-horizontal > vn-one { + flex: none; + width: 100%; + + & > vn-vertical { + position: initial; + flex-direction: row; + width: 100%; + + vn-monitor-sales-clients { + margin-right: 15px + } + + vn-table.scrollable { + height: 300px + } + } + } + } } \ No newline at end of file