diff --git a/src/MachineGroup.vue b/src/MachineGroup.vue index cc6b741..5eeb955 100644 --- a/src/MachineGroup.vue +++ b/src/MachineGroup.vue @@ -90,7 +90,8 @@ UnitsView(:units="units", :columns="columns", v-slot="{unit}") white-space nowrap .group-name - width 10em + max-width 16em + min-width 4em overflow hidden text-overflow ellipsis diff --git a/src/MachineView.vue b/src/MachineView.vue index 3a118c9..0d20f25 100644 --- a/src/MachineView.vue +++ b/src/MachineView.vue @@ -175,7 +175,7 @@ export default { gap calc(var(--gap) * 2) .machine-name - width 8em + max-width 16em min-width 4em overflow hidden text-overflow ellipsis