diff --git a/frontend/index.html b/frontend/index.html index 1512b016..0ce72b41 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + Frappe Learning diff --git a/frontend/src/pages/Batches.vue b/frontend/src/pages/Batches.vue index adc0930a..85512640 100644 --- a/frontend/src/pages/Batches.vue +++ b/frontend/src/pages/Batches.vue @@ -38,10 +38,10 @@ v-model="title" :placeholder="__('Search by Title')" type="text" - class="min-w-40 lg:min-w-0 lg:w-32" + class="min-w-40 lg:min-w-0 lg:w-32 xl:w-40" @input="updateBatches()" /> -
+