+
+
+
+
+
+
+
+ |
+
+
+ |
+
+ {{ column.label }}
+
+
+
+
+
-
+
@@ -43,9 +43,9 @@ const selectPif = (id: XenApiPif['uuid']) => {
margin: 0.8rem;
}
- .panel-container {
- min-width: 40rem;
+ .panel {
border-top: none;
+ border-right: none;
}
}
diff --git a/@xen-orchestra/web-core/lib/components/ui/panel/UiPanel.vue b/@xen-orchestra/web-core/lib/components/ui/panel/UiPanel.vue
index bbb0c10e60d..bea2958136b 100644
--- a/@xen-orchestra/web-core/lib/components/ui/panel/UiPanel.vue
+++ b/@xen-orchestra/web-core/lib/components/ui/panel/UiPanel.vue
@@ -44,6 +44,7 @@ const slots = defineSlots<{
flex-direction: column;
padding: 0.8rem;
gap: 0.8rem;
+ min-width: calc(40rem - 0.1rem);
}
&.error {