Skip to content

Commit 6274f04

Browse files
KiloCopilot
andcommitted
feat: use full width in wp-admin by removing max-width restriction on mskd-wrap (#122)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fa0472f commit 6274f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/scss/base/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
// General wrapper
99
.mskd-wrap {
10-
max-width: $container-max-width;
10+
width: 100%;
1111
}

0 commit comments

Comments
 (0)