mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Added back the global box-sizing rule
This commit is contained in:
parent
422f486de4
commit
73aa6bc22e
1 changed files with 6 additions and 0 deletions
|
@ -287,6 +287,12 @@
|
|||
/* Layout
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue