Browse Source

fix(systemtags): set min height on picker note

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/48965/head
skjnldsv 1 year ago
parent
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

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

@ -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
File diff suppressed because it is too large
View File

0
dist/8699-8699.js.license → dist/6028-6028.js.license

1
dist/6028-6028.js.map
File diff suppressed because it is too large
View File

1
dist/6028-6028.js.map.license

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

2
dist/8699-8699.js
File diff suppressed because it is too large
View File

1
dist/8699-8699.js.map
File diff suppressed because it is too large
View File

1
dist/8699-8699.js.map.license

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

4
dist/systemtags-init.js
File diff suppressed because it is too large
View File

2
dist/systemtags-init.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save