Merge: - client: Fix top clients alignment

Fix #2039

* commit 'b54ce85d3d5f39957d0a2c3625c04e4936c40d94':
  - client: Fix top clients alignment
This commit is contained in:
Andrey Meshkov 2020-09-04 13:37:28 +03:00
commit 1a6bd29462
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@
.card-table-overflow--limited {
overflow-y: auto;
max-height: 280px;
max-height: 17.5rem;
}
.card-table-overflow--limited.clients__table {
max-height: 18rem;
}
.card-actions {