diff --git a/client/src/components/Dashboard/Dashboard.css b/client/src/components/Dashboard/Dashboard.css index 04522ef6..6d3aef7f 100644 --- a/client/src/components/Dashboard/Dashboard.css +++ b/client/src/components/Dashboard/Dashboard.css @@ -26,3 +26,10 @@ left: -20px; width: calc(100% + 20px); } + +@media (max-width: 1279.98px) { + .table__action { + position: absolute; + right: 0; + } +}