Skip to content

Commit

Permalink
Added back the global box-sizing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Oct 17, 2023
1 parent 422f486 commit 73aa6bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ghost/admin/app/styles/patterns/global.css
Expand Up @@ -287,6 +287,12 @@
/* Layout
/* ---------------------------------------------------------- */

*,
*::before,
*::after {
box-sizing: border-box;
}

html {
overflow: hidden;
width: 100%;
Expand Down

0 comments on commit 73aa6bc

Please sign in to comment.