Skip to content

Commit

Permalink
css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Oct 17, 2024
1 parent 8dbb2fa commit 027e2a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,19 @@ const Variables = css`
--popover-width: 280px;
`;

/* TODO: Remove this after removing custom width from server side (Ankita) */
const SettingsWrapper = styled.div`
display: flex;
flex-direction: column;
gap: var(--ads-v2-spaces-4);
.t--form-control-INPUT_TEXT,
.t--form-control-DROP_DOWN {
> div {
min-width: unset;
width: 100%;
}
}
`;

const StyledPopoverHeader = styled(PopoverHeader)`
Expand Down
8 changes: 0 additions & 8 deletions app/client/src/pages/Editor/ActionSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ const ActionSettingsWrapper = styled.div`
margin-left: 24px;
}
.t--form-control-INPUT_TEXT,
.t--form-control-DROP_DOWN {
> div {
min-width: unset;
width: 100%;
}
}
.form-config-top {
flex-grow: 1;
.form-label {
Expand Down

0 comments on commit 027e2a3

Please sign in to comment.