chore(collections/board): improve font size

This commit is contained in:
Elian Doran 2025-09-12 16:16:12 +03:00
parent 519d76d809
commit e156f0a2e8
No known key found for this signature in database

View File

@ -4,7 +4,8 @@
height: 100%; height: 100%;
user-select: none; user-select: none;
--card-line-height: 1.1; --card-font-size: 0.9em;
--card-line-height: 1.2;
--card-padding: 0.5em; --card-padding: 0.5em;
} }
@ -124,6 +125,7 @@
line-height: var(--card-line-height); line-height: var(--card-line-height);
overflow-wrap: break-word; overflow-wrap: break-word;
overflow: hidden; overflow: hidden;
font-size: var(--card-font-size);
} }
.board-view-container .board-note .icon { .board-view-container .board-note .icon {