From ee760b1a67e140e6270684d994b2a3727182fc96 Mon Sep 17 00:00:00 2001 From: Tristan Perrin Date: Sun, 6 Oct 2024 19:30:48 +0200 Subject: [PATCH 1/3] #190 feat : augment width of machine name column --- src/MachineView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 75af64735a3d8c224e9039b74423bee49e5d4026 Mon Sep 17 00:00:00 2001 From: Tristan Perrin Date: Sun, 6 Oct 2024 19:32:57 +0200 Subject: [PATCH 2/3] #190 feat : augment width of groupe name column --- src/MachineGroup.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MachineGroup.vue b/src/MachineGroup.vue index cc6b741..3b0ba80 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 14em + min-width 4em overflow hidden text-overflow ellipsis From 1f1e60550bf2f72781c460e4265a4dac9fa83ecc Mon Sep 17 00:00:00 2001 From: Tristan Perrin Date: Sun, 6 Oct 2024 19:33:35 +0200 Subject: [PATCH 3/3] #190 feat : consistent width of groupe name column --- src/MachineGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MachineGroup.vue b/src/MachineGroup.vue index 3b0ba80..5eeb955 100644 --- a/src/MachineGroup.vue +++ b/src/MachineGroup.vue @@ -90,7 +90,7 @@ UnitsView(:units="units", :columns="columns", v-slot="{unit}") white-space nowrap .group-name - max-width 14em + max-width 16em min-width 4em overflow hidden text-overflow ellipsis