mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(systemtags): set min height on picker note
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
22d674be66
commit
96583c9c9c
10 changed files with 13 additions and 7 deletions
|
|
@ -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
Normal file
2
dist/6028-6028.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6028-6028.js.map
vendored
Normal file
1
dist/6028-6028.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/6028-6028.js.map.license
vendored
Symbolic link
1
dist/6028-6028.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
6028-6028.js.license
|
||||
2
dist/8699-8699.js
vendored
2
dist/8699-8699.js
vendored
File diff suppressed because one or more lines are too long
1
dist/8699-8699.js.map
vendored
1
dist/8699-8699.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/8699-8699.js.map.license
vendored
1
dist/8699-8699.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
8699-8699.js.license
|
||||
4
dist/systemtags-init.js
vendored
4
dist/systemtags-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/systemtags-init.js.map
vendored
2
dist/systemtags-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue