Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Composer/packages/client/src/pages/design/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const splitPaneWrapper = css`
flex-grow: 1;
overflow: hidden;
height: 100%;
@media screen and (max-width: 960px) {
@media screen and (max-width: 1080px) {
.secondary {
padding-right: 40px;
}
Expand Down
1 change: 0 additions & 1 deletion Composer/packages/client/src/pages/publish/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const ContentStyle = css`
`;
export const contentEditor = css`
flex: 4;
height: calc(100vh - 200px);
min-height: 256px;
position: relative;
overflow: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const header = css`

const pageWrapper = css`
overflow: auto;
height: 100%;
> div {
min-width: 1030px;
min-height: 400px;
Expand Down