Skip to content

Commit

Permalink
Merge pull request #9665 from hicommonwealth/release/v1.7.1-x
Browse files Browse the repository at this point in the history
v1.7.1-6
  • Loading branch information
ilijabojanovic authored Oct 23, 2024
2 parents d03bdac + 0351bef commit 5ac4286
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions libs/adapters/src/blobStorage/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export async function getSignedUrl_S3sdk(
}),
{
expiresIn: options.ttl,
signableHeaders: new Set(['content-type']),
},
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

position: relative;
word-break: break-word;
white-space: pre-wrap;
@include formatted-text();
@include collapsible();
@include hidden-formatting();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
.MarkdownPreview {
min-height: 255px;
padding: 16px;
white-space: pre-wrap; /* This will render single newlines as line breaks */
word-wrap: break-word;
}

.CustomQuillToolbar {
Expand Down
1 change: 1 addition & 0 deletions packages/commonwealth/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export async function main(
saveUninitialized: false,
cookie: {
maxAge: config.AUTH.SESSION_EXPIRY_MILLIS,
sameSite: 'lax',
},
});

Expand Down

0 comments on commit 5ac4286

Please sign in to comment.