Skip to content

Commit

Permalink
fix: prevent main admin content from shrinking to 0px
Browse files Browse the repository at this point in the history
  • Loading branch information
Livog committed Feb 16, 2025
1 parent 513ba63 commit 3ccd1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/templates/Default/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

.template-default {
&__wrap {
min-width: 100%;
min-width: 100vw;
}
}
}
Expand Down

0 comments on commit 3ccd1f5

Please sign in to comment.