mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
feat(react/collections/board): improve multiline in "New item"
This commit is contained in:
parent
92a0faf475
commit
dd930261bf
@ -203,13 +203,10 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
color: inherit;
|
color: var(--main-text-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: var(--card-padding);
|
padding: var(--card-padding);
|
||||||
line-height: var(--card-line-height);
|
line-height: var(--card-line-height);
|
||||||
}
|
|
||||||
|
|
||||||
.board-view-container .board-note.editing textarea {
|
|
||||||
height: auto;
|
height: auto;
|
||||||
field-sizing: content;
|
field-sizing: content;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user