Merge pull request #340 from reuters-graphics/sudev-quickfix-framer
Fixes Framer sizing issue
This commit is contained in:
commit
b885d48bd5
2 changed files with 6 additions and 0 deletions
5
.changeset/few-coats-happen.md
Normal file
5
.changeset/few-coats-happen.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@reuters-graphics/graphics-components': patch
|
||||
---
|
||||
|
||||
Fixes sizing issue for Framer
|
||||
|
|
@ -201,6 +201,7 @@
|
|||
}
|
||||
|
||||
#frame-parent {
|
||||
box-sizing: content-box;
|
||||
border: 1px solid #ddd;
|
||||
margin: 0 auto;
|
||||
width: var(--width);
|
||||
|
|
|
|||
Loading…
Reference in a new issue