fix(systemtags): set min height on picker note

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/48965/head
skjnldsv 2 years ago
parent 22d674be66
commit 96583c9c9c
  1. 6
      apps/systemtags/src/components/SystemTagPicker.vue
  2. 2
      dist/6028-6028.js
  3. 0
      dist/6028-6028.js.license
  4. 1
      dist/6028-6028.js.map
  5. 1
      dist/6028-6028.js.map.license
  6. 2
      dist/8699-8699.js
  7. 1
      dist/8699-8699.js.map
  8. 1
      dist/8699-8699.js.map.license
  9. 4
      dist/systemtags-init.js
  10. 2
      dist/systemtags-init.js.map

@ -484,6 +484,12 @@ export default defineComponent({
bottom: 0;
padding-block: 8px;
:deep(.notecard) {
// min 2 lines of text to avoid jumping
min-height: 2lh;
align-items: center;
}
& > div {
margin: 0 !important;
}

2
dist/6028-6028.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
6028-6028.js.license

2
dist/8699-8699.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +0,0 @@
8699-8699.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save