diff --git a/src/pages/DashboardHome.vue b/src/pages/DashboardHome.vue index 9f9cda1d..186184ec 100644 --- a/src/pages/DashboardHome.vue +++ b/src/pages/DashboardHome.vue @@ -26,7 +26,7 @@ -
+
@@ -178,5 +178,10 @@ table { tr { transition: all ease-in-out 0.2ms; } + + @media (max-width: 550px) { + table-layout: fixed; + overflow-wrap: break-word; + } }