fix: Style values of the page and default value for telemetry (#11640)
This commit is contained in:
parent
be5b12b7bb
commit
af5483c7c4
|
|
@ -80,7 +80,7 @@ export const getConfigsFromEnvVars = (): INJECTED_CONFIGS => {
|
|||
: false,
|
||||
disableTelemetry: process.env.APPSMITH_DISABLE_TELEMETRY
|
||||
? process.env.APPSMITH_DISABLE_TELEMETRY.length > 0
|
||||
: true,
|
||||
: false,
|
||||
segment: {
|
||||
apiKey: process.env.REACT_APP_SEGMENT_KEY || "",
|
||||
ceKey: process.env.REACT_APP_SEGMENT_CE_KEY || "",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ const InputCopyWrapper = styled.div`
|
|||
align-items: center;
|
||||
|
||||
svg {
|
||||
margin-left: 10px;
|
||||
margin-left: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { Icon, IconSize } from "components/ads";
|
|||
|
||||
const AccordionWrapper = styled.div`
|
||||
margin-top: 40px;
|
||||
max-width: 634px;
|
||||
max-width: 40rem;
|
||||
`;
|
||||
|
||||
const AccordionHeader = styled(StyledLabel)`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user