diff --git a/src/pages/DashboardHome.vue b/src/pages/DashboardHome.vue index 3baf35a6..b7b36bb8 100644 --- a/src/pages/DashboardHome.vue +++ b/src/pages/DashboardHome.vue @@ -42,7 +42,7 @@ - {{ $root.monitorList[beat.monitorID]?.name }} + {{ $root.monitorList[beat.monitorID]?.name }} {{ beat.msg }} @@ -218,4 +218,16 @@ table { overflow-wrap: break-word; } } + +@media screen and (max-width: 1280px) { + .name-column { + min-width: 150px; + } +} + +@media screen and (min-aspect-ratio: 4/3) { + .name-column { + min-width: 200px; + } +}