mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-25 07:37:33 +00:00
fix(ui): tighten session changes row spacing
This commit is contained in:
parent
90164aa507
commit
4eded9e204
1 changed files with 1 additions and 1 deletions
|
|
@ -1207,7 +1207,7 @@ const InstanceShell2: Component<InstanceShellProps> = (props) => {
|
|||
{(item) => (
|
||||
<button
|
||||
type="button"
|
||||
class="py-2 border-b border-base last:border-b-0 text-left hover:bg-surface-muted rounded-sm"
|
||||
class="border-b border-base last:border-b-0 text-left hover:bg-surface-muted rounded-sm"
|
||||
onClick={() => openChangesTab(item.file)}
|
||||
title={t("instanceShell.sessionChanges.actions.show")}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue