Skip to content

Commit

Permalink
fix(systemtags): set min height on picker note
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 29, 2024
1 parent 22d674b commit 96583c9
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions apps/systemtags/src/components/SystemTagPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 2 additions & 0 deletions dist/6028-6028.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/6028-6028.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/6028-6028.js.map.license
Loading

0 comments on commit 96583c9

Please sign in to comment.