Browse Source

fix(systemtags): picker tag list height alignment

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/54331/head
skjnldsv 2 months ago
committed by nextcloud-command
parent
commit
a8a2edcaa8
  1. 1
      apps/systemtags/src/components/SystemTagPicker.vue

1
apps/systemtags/src/components/SystemTagPicker.vue

@ -619,7 +619,6 @@ export default defineComponent({
max-width: none;
// recalculate padding
box-sizing: border-box;
min-height: calc(var(--default-grid-baseline) * 2 + var(--default-clickable-area));
}
}
}

Loading…
Cancel
Save