mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix(components): update overflow handling in EditableText
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user