fix(components): update overflow handling in EditableText

This commit is contained in:
Seibei Iguchi
2026-02-17 16:16:56 +01:00
parent cc4371621a
commit e26ee80ef6
2 changed files with 1 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ const Container = styled.span<ContainerProps>`
position: relative;
max-width: 100%;
gap: ${({ $gap }) => $gap}px;
overflow-x: hidden;
overflow: hidden;
height: 28px;
box-sizing: content-box;
padding: var(--padding);

View File

@@ -131,7 +131,6 @@ export const AccountDetails = ({ selectedAccount, isBalanceShown }: AccountDetai
overflow="hidden"
// To accomodate the labeling component
padding={8}
gap={0}
>
<H2 typographyStyle={getTypographyStyle()}>{accountNameElement}</H2>
{isBalanceShown && (