- client: Fix top clients alignment
This commit is contained in:
parent
07db05dd80
commit
b54ce85d3d
|
@ -16,7 +16,11 @@
|
||||||
|
|
||||||
.card-table-overflow--limited {
|
.card-table-overflow--limited {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 280px;
|
max-height: 17.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-table-overflow--limited.clients__table {
|
||||||
|
max-height: 18rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-actions {
|
.card-actions {
|
||||||
|
|
Loading…
Reference in New Issue