diff --git a/frontend/src/components/project/partials/FilterInputDocs.vue b/frontend/src/components/project/partials/FilterInputDocs.vue index fe6e5845b..eeea45f92 100644 --- a/frontend/src/components/project/partials/FilterInputDocs.vue +++ b/frontend/src/components/project/partials/FilterInputDocs.vue @@ -1,6 +1,7 @@ @@ -13,68 +14,54 @@ const showDocs = ref(false) {{ $t('filters.query.help.link') }} - -
-

{{ $t('filters.query.help.intro') }}

- -

{{ $t('filters.query.help.canUseDatemath') }}

-

{{ $t('filters.query.help.operators.intro') }}

- -

{{ $t('filters.query.help.logicalOperators.intro') }}

- -

{{ $t('filters.query.help.examples.intro') }}

- -
-
- - - \ No newline at end of file + +

{{ $t('filters.query.help.intro') }}

+ +

{{ $t('filters.query.help.canUseDatemath') }}

+

{{ $t('filters.query.help.operators.intro') }}

+ +

{{ $t('filters.query.help.logicalOperators.intro') }}

+ +

{{ $t('filters.query.help.examples.intro') }}

+ +
+ \ No newline at end of file