fix: remove extra vertical spacing between memory block tabs (#749)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -123,9 +123,9 @@ export function MemoryTabViewer({
|
||||
}
|
||||
});
|
||||
|
||||
// Render tab bar
|
||||
// Render tab bar (no gap - spacing is handled by padding in each label)
|
||||
const renderTabBar = () => (
|
||||
<Box flexDirection="row" gap={1} flexWrap="wrap">
|
||||
<Box flexDirection="row" flexWrap="wrap">
|
||||
{displayBlocks.map((block, index) => {
|
||||
const isActive = index === selectedTabIndex;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user