mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-25 05:52:34 +00:00
fix(kanban): preserve assignee casing in dashboard
This commit is contained in:
parent
40a4bfa719
commit
b308dd7d75
2 changed files with 12 additions and 2 deletions
6
plugins/kanban/dashboard/dist/style.css
vendored
6
plugins/kanban/dashboard/dist/style.css
vendored
|
|
@ -202,8 +202,10 @@
|
|||
align-items: center;
|
||||
gap: 0.4rem;
|
||||
font-size: 0.65rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
/* Assignee/profile names are case-sensitive. Do not visually uppercase
|
||||
* lane headers, otherwise a valid `analyst` profile appears as `ANALYST`
|
||||
* in the WebUI and users may copy the wrong casing back into edits. */
|
||||
letter-spacing: 0.02em;
|
||||
color: var(--color-muted-foreground);
|
||||
padding: 0 0.1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue