mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Align working dir input height with others
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
0b0ca8c647
commit
37908b9fd8
@ -166,6 +166,8 @@ export const ClusterLocalTerminalSetting = observer(({ cluster }: ClusterLocalTe
|
||||
material="close"
|
||||
title="Clear"
|
||||
onClick={() => setAndCommitDirectory("")}
|
||||
smallest
|
||||
style={{ marginRight: "var(--margin)"}}
|
||||
/>
|
||||
)
|
||||
}
|
||||
@ -173,6 +175,7 @@ export const ClusterLocalTerminalSetting = observer(({ cluster }: ClusterLocalTe
|
||||
material="folder"
|
||||
title="Pick from filesystem"
|
||||
onClick={openFilePicker}
|
||||
smallest
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user