diff --git a/src/cloud/components/atoms/EditableInput.tsx b/src/cloud/components/atoms/EditableInput.tsx index f933982e81..b1ae00ed96 100644 --- a/src/cloud/components/atoms/EditableInput.tsx +++ b/src/cloud/components/atoms/EditableInput.tsx @@ -184,6 +184,7 @@ const StyledEditableInput = styled.div` background-color: transparent; color: ${({ theme }) => theme.baseTextColor}; cursor: pointer; + font-size: ${({ theme }) => theme.fontSizes.small}px; text-decoration: none !important; flex: 1; min-width: 0;