- Notifications
You must be signed in to change notification settings - Fork1.1k
Commitc89f84c
fix(site): remove hardcoded max-width on task display name in sidebar
Remove the `max-w-[220px]` constraint from the task display name spanin the sidebar. This constraint was causing unnecessary truncation evenwhen there was available space.The sidebar has a fixed width of 256px (w-64), and the flex containeralready handles spacing correctly. By removing the arbitrary max-widthand keeping just the `truncate` class, the text now uses all availablespace in the flex container before truncating.Also removed the `block` class as it's not needed in a flex container.Fixes#20932🤖 Generated with [Claude Code](https://claude.com/claude-code)Co-Authored-By: Claude <noreply@anthropic.com>1 parente340560 commitc89f84c
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | | - | |
| 206 | + | |
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
| |||
0 commit comments
Comments
(0)