Merge branch 'master' into feature/update_locales

This commit is contained in:
Andrey Meshkov
2020-09-16 13:50:19 +03:00
3 changed files with 30 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ const Dashboard = ({
</div>
</PageTitle>
{statsProcessing && <Loading />}
{!statsProcessing && <div className="row row-cards">
{!statsProcessing && <div className="row row-cards dashboard">
<div className="col-lg-12">
<Statistics
interval={stats.interval}
@@ -100,7 +100,6 @@ const Dashboard = ({
<div className="col-lg-6">
<Counters
subtitle={subtitle}
refreshButton={refreshButton}
/>
</div>

View File

@@ -19,7 +19,7 @@
max-height: 17.5rem;
}
.card-table-overflow--limited.clients__table {
.dashboard .card-table-overflow--limited {
max-height: 18rem;
}
@@ -122,6 +122,12 @@
}
}
@media (min-width: 992px) {
.dashboard .card:not(.card--full) {
height: 22rem;
}
}
.card .logs__cell--red {
background-color: #fff4f2;
}