diff --git a/web/src/components/Fields/Auth/AuthApiKeyBase.tsx b/web/src/components/Fields/Auth/AuthApiKeyBase.tsx index 2e48be0dbd..feb938f702 100644 --- a/web/src/components/Fields/Auth/AuthApiKeyBase.tsx +++ b/web/src/components/Fields/Auth/AuthApiKeyBase.tsx @@ -12,7 +12,7 @@ const AuthApiKeyBase = ({baseName}: IProps) => ( ( ( ( theme.color.textSecondary}; font-size: ${({theme}) => theme.size.md}; `; + +export const Item = styled.div` + flex: 1; + overflow: hidden; +`; diff --git a/web/src/components/Fields/KeyValueList/KeyValueList.tsx b/web/src/components/Fields/KeyValueList/KeyValueList.tsx index 6c93dc88e5..4d0efbf6f4 100644 --- a/web/src/components/Fields/KeyValueList/KeyValueList.tsx +++ b/web/src/components/Fields/KeyValueList/KeyValueList.tsx @@ -29,13 +29,17 @@ const KeyValueList = ({ <> {fields.map((field, index) => ( - - - + + + + + - - - + + + + +