mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
style(task-list): improve multi-line content layout flexibility
Remove fixed width constraint on multi-line task content to allow better responsive behavior and prevent layout issues.
This commit is contained in:
parent
ba52d97fd4
commit
bd56cd66f2
2 changed files with 2 additions and 3 deletions
|
|
@ -100,7 +100,7 @@
|
|||
}
|
||||
|
||||
.task-content-metadata-container.multi-line-content .task-item-content {
|
||||
width: 100%;
|
||||
/* width: 100%; */
|
||||
}
|
||||
|
||||
.task-content-metadata-container.multi-line-content .task-item-metadata {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue