Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Dec 10, 2024
1 parent 0ee401a commit 2a2946b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/Filter/FilterType/FilterType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ onBeforeMount(async () => {
:count="count"
:loading="wait.is(loaderId)"
:modal="modal"
class="p-3"
>
<slot v-bind="{ entries, filter }">
<filters-panel-section-filter-entry
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form/FormFieldset/FormFieldset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const labelColsLg = computed(() => {
</div>
</template>
<template v-else>
<div class="row gap-3">
<div class="gap-3">
<slot v-bind="{ compact }" />
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const sections = reactive({
no-drop
required
></b-form-file>
<div class="bg-tertiary-subtle rounded-2 p-3">
<div class="bg-tertiary-subtle rounded-2 mt-3 p-3">
<ul class="m-0">
<li>Only <abbr>CSV</abbr> format is accepted Export your spreadsheet as a CSV using encoding UTF-8</li>
<li>Your <abbr>CSV</abbr> file should not contain more than 60,000 queries</li>
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@
"general": "Name, project(s) and description",
"queries": "Queries",
"operators": "Search operators",
"filters": "Filters",
"filters": "Advanced filters",
"visibility": "Visibility"
},
"name": {
Expand Down

0 comments on commit 2a2946b

Please sign in to comment.