Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Padding/Margin issues with containers #2446

Merged
merged 20 commits into from
Feb 12, 2021
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
041a17a
Merge branch 'master' of github.com:appsmithorg/appsmith into release
Nov 16, 2020
fc563e8
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Nov 18, 2020
93bed29
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Nov 19, 2020
b9b88c2
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Nov 24, 2020
ede30a8
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Nov 24, 2020
4fceed4
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Nov 30, 2020
fd21bb7
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 1, 2020
99fcb71
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 2, 2020
9f098d4
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 2, 2020
29bcbaf
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 4, 2020
b77d367
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 7, 2020
4028407
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 8, 2020
2f9b7ac
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 11, 2020
939fd64
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 14, 2020
daa13c8
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 15, 2020
47ec7e6
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 24, 2020
5ce3b94
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Dec 31, 2020
8ec4cbd
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Jan 4, 2021
6683aac
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Jan 5, 2021
109dc68
fix margin/padding issue in container in publish view
Jan 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { generateClassName, getCanvasClassName } from "utils/generators";

const scrollContents = css`
overflow-y: auto;
position: absolute;
`;

const StyledContainerComponent = styled.div<
Expand Down