mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
chore(collections/board): improve fit in multiline
This commit is contained in:
parent
3825fb24f4
commit
b4fa70d1d5
@ -43,14 +43,12 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.board-view-container .board-column h3,
|
||||
.board-view-container .board-note {
|
||||
.board-view-container .board-column h3 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.board-view-container .board-column h3 > .title,
|
||||
.board-view-container .board-note > .title {
|
||||
.board-view-container .board-column h3 > .title {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
@ -121,6 +119,13 @@
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.15s ease, margin-top 0.2s ease;
|
||||
opacity: 1;
|
||||
line-height: 1.1;
|
||||
overflow-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.board-view-container .board-note .icon {
|
||||
margin-right: 0.25em;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.board-view-container .board-note > .edit-icon {
|
||||
@ -196,10 +201,6 @@
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.board-view-container .board-note .icon {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.board-drop-placeholder {
|
||||
height: 40px;
|
||||
margin: 0.65em 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user