fix: add left padding to session title input (#22556)
This commit is contained in:
parent
d06bc3c2ca
commit
66de7bef89
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ export function MessageTimeline(props: {
|
|||
data-slot="session-title-child"
|
||||
value={title.draft}
|
||||
disabled={titleMutation.isPending}
|
||||
class="text-14-medium text-text-strong grow-1 min-w-0 rounded-[6px]"
|
||||
class="text-14-medium text-text-strong grow-1 min-w-0 rounded-[6px] pl-1 -ml-1"
|
||||
style={{ "--inline-input-shadow": "var(--shadow-xs-border-select)" }}
|
||||
onInput={(event) => setTitle("draft", event.currentTarget.value)}
|
||||
onKeyDown={(event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue