Merge pull request #340 from reuters-graphics/sudev-quickfix-framer

Fixes Framer sizing issue
This commit is contained in:
Sudev Kiyada 2025-08-05 20:57:44 +05:30 committed by GitHub
commit b885d48bd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@reuters-graphics/graphics-components': patch
---
Fixes sizing issue for Framer

View file

@ -201,6 +201,7 @@
}
#frame-parent {
box-sizing: content-box;
border: 1px solid #ddd;
margin: 0 auto;
width: var(--width);