UX: Fix width of preview pane to fix scroll (#18166)

This commit is contained in:
Jordan Vidrine 2022-09-02 11:28:11 -05:00 committed by GitHub
parent 661a903a0b
commit 73a2d2e9ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import {
darkLightDiff,
} from "wizard/lib/preview";
export default createPreviewComponent(342, 322, {
export default createPreviewComponent(628, 322, {
logo: null,
avatar: null,

View File

@ -13,7 +13,7 @@ Nullam eget sem non elit tincidunt rhoncus. Fusce
velit nisl, porttitor sed nisl ac, consectetur interdum
metus. Fusce in consequat augue, vel facilisis felis.`;
export default createPreviewComponent(642, 322, {
export default createPreviewComponent(628, 322, {
logo: null,
avatar: null,
previewTopic: true,