mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
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:
parent
a57133610c
commit
bf24c46583
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue