mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
chore: remove extra top margin from /hooks and /extensions (#17663)
This commit is contained in:
@@ -22,7 +22,7 @@ export const ExtensionsList: React.FC<ExtensionsList> = ({ extensions }) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Box flexDirection="column" marginTop={1} marginBottom={1}>
|
||||
<Box flexDirection="column" marginBottom={1}>
|
||||
<Text>Installed extensions: </Text>
|
||||
<Box flexDirection="column" paddingLeft={2}>
|
||||
{extensions.map((ext) => {
|
||||
|
||||
Reference in New Issue
Block a user