diff --git a/console/frontend/src/components/InputBase.vue b/console/frontend/src/components/InputBase.vue
index f1e2bc04..bca85617 100644
--- a/console/frontend/src/components/InputBase.vue
+++ b/console/frontend/src/components/InputBase.vue
@@ -4,11 +4,11 @@
@@ -17,10 +17,10 @@
:for="id"
:class="{
'text-red-600 dark:text-red-500': error,
- 'text-gray-500 peer-focus:text-blue-600 dark:text-gray-400 dark:peer-focus:text-blue-500':
+ 'peer-focus-withintext-blue-600 dark:peer-focus-withintext-blue-500 text-gray-500 dark:text-gray-400':
!error,
}"
- class="z-5 absolute top-3 left-2.5 origin-[0] -translate-y-3 scale-75 transform font-sans text-sm duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100 peer-focus:-translate-y-3 peer-focus:scale-75"
+ class="z-5 peer-focus-within-translate-y-3 peer-focus-withinscale-75 absolute top-3 left-2.5 origin-[0] -translate-y-3 scale-75 transform font-sans text-sm duration-300 peer-placeholder-shown:translate-y-0 peer-placeholder-shown:scale-100"
>{{ label }}
diff --git a/console/frontend/src/components/InputDimensions.vue b/console/frontend/src/components/InputDimensions.vue
index 65ba67b3..36638591 100644
--- a/console/frontend/src/components/InputDimensions.vue
+++ b/console/frontend/src/components/InputDimensions.vue
@@ -6,6 +6,7 @@
:error="dimensionsError"
multiple
label="Dimensions"
+ filter="name"
class="col-span-2 lg:col-span-1"
>
diff --git a/console/frontend/src/components/InputListBox.vue b/console/frontend/src/components/InputListBox.vue
index 8abb5266..b54d6143 100644
--- a/console/frontend/src/components/InputListBox.vue
+++ b/console/frontend/src/components/InputListBox.vue
@@ -1,5 +1,6 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
+
+
-
+