Remove min-width from inline task card title

Removed the 100px min-width constraint on inline task card titles to allow
them to shrink more naturally. Title still takes priority over metadata due
to flex-shrink: 0, but no longer enforces a minimum width.
This commit is contained in:
callumalpass 2025-11-16 21:42:51 +11:00
parent a57133610c
commit bf24c46583

View file

@ -1174,7 +1174,6 @@
.tasknotes-plugin .task-card--layout-inline .task-card__title {
font-size: inherit; /* Use editor's font size */
font-weight: 400;
min-width: 100px; /* Ensure title is always visible */
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;