- client: Fix dashboard client names display
Close #2090 * commit '8533081da7632cca634e400c5b14b3bf52a55b61': - client: Fix dashboard client names display
This commit is contained in:
commit
6fddccfb65
|
@ -26,3 +26,10 @@
|
|||
left: -20px;
|
||||
width: calc(100% + 20px);
|
||||
}
|
||||
|
||||
@media (max-width: 1279.98px) {
|
||||
.table__action {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue