fix(filters): make sure all checkboxes are aligned properly
This commit is contained in:
parent
13157e3bba
commit
266f877455
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<card class="filters has-overflow" :title="hasTitle ? $t('filters.title') : ''">
|
<card class="filters has-overflow" :title="hasTitle ? $t('filters.title') : ''">
|
||||||
<div class="field">
|
<div class="field is-flex is-flex-direction-column">
|
||||||
<fancycheckbox v-model="params.filter_include_nulls" @change="change()">
|
<fancycheckbox v-model="params.filter_include_nulls" @change="change()">
|
||||||
{{ $t('filters.attributes.includeNulls') }}
|
{{ $t('filters.attributes.includeNulls') }}
|
||||||
</fancycheckbox>
|
</fancycheckbox>
|
||||||
|
|
Loading…
Reference in a new issue