- client: Fix top clients alignment

This commit is contained in:
ArtemBaskal 2020-09-03 20:57:22 +03:00
parent 07db05dd80
commit b54ce85d3d
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 {