diff --git a/src/pages/DashboardHome.vue b/src/pages/DashboardHome.vue
index 78bee91fc..a00dedb99 100644
--- a/src/pages/DashboardHome.vue
+++ b/src/pages/DashboardHome.vue
@@ -57,7 +57,7 @@
- {{ $root.monitorList[beat.monitorID]?.name }} |
+ {{ $root.monitorList[beat.monitorID]?.name }} |
|
|
{{ beat.msg }} |
@@ -233,4 +233,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;
+ }
+}