remove padding bottom from some inputs
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
William Buezas 2024-05-08 12:04:23 -03:00
parent 399c2723a9
commit e74afae5b3
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ onMounted(async () => {
v-bind="col.columnFilter.attrs"
v-on="col.columnFilter.event(col)"
dense
style="padding-bottom: 0"
/>
</QTd>
</QTr>