summaryrefslogtreecommitdiff
path: root/src/components/Global
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-10-05 16:53:42 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-05 21:29:26 +0300
commit741f375e22d8e3df13e22a015b9fd4a7999f6903 (patch)
tree1054ae65a9365d3979467c07f505859e7ac28eec /src/components/Global
parent615b3150c7504d76a105c57728b2bddc58d9e5f2 (diff)
downloadwebui-vue-741f375e22d8e3df13e22a015b9fd4a7999f6903.tar.xz
Update class to make event logs filter responsive
- For small viewports updated class to make event logs filter responsive. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I95ff82c0b4765815f70467b5ca748dcc3043d35d
Diffstat (limited to 'src/components/Global')
-rw-r--r--src/components/Global/TableDateFilter.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Global/TableDateFilter.vue b/src/components/Global/TableDateFilter.vue
index 1313eddd..e198e920 100644
--- a/src/components/Global/TableDateFilter.vue
+++ b/src/components/Global/TableDateFilter.vue
@@ -1,6 +1,6 @@
<template>
<b-row class="mb-2">
- <b-col class="d-flex">
+ <b-col class="d-sm-flex">
<b-form-group
:label="$t('global.table.fromDate')"
label-for="input-from-date"
@@ -12,7 +12,7 @@
v-model="fromDate"
placeholder="YYYY-MM-DD"
:state="getValidationState($v.fromDate)"
- class="form-control-with-button"
+ class="form-control-with-button mb-3 mb-md-0"
@blur="$v.fromDate.$touch()"
/>
<b-form-invalid-feedback role="alert">