Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Prevent vertical movement in filters (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Jan 22, 2022
1 parent 27c3d76 commit de5fb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/VFilters/VSearchGridFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
@onToggleSearchGridFilter="$emit('close')"
@onClearFilters="clearFilters"
>
<div class="flex items-center justify-between mt-4 mb-8">
<h4 class="text-2xl">
<div class="flex items-center justify-between mt-2 mb-6">
<h4 class="text-2xl py-2">
{{ $t('filter-list.filter-by') }}
</h4>
<button
Expand Down

0 comments on commit de5fb62

Please sign in to comment.