@rango-dev/widget-embedded 0.1.11-next.21 → 0.1.11-next.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3092,6 +3092,10 @@ function Layout(_ref) {
3092
3092
 
3093
3093
  const globalStyles = /*#__PURE__*/ui.globalCss({
3094
3094
  '*': {
3095
+ boxSizing: 'border-box',
3096
+ margin: 0,
3097
+ padding: 0,
3098
+ listStyleType: 'none',
3095
3099
  '&::-webkit-scrollbar': {
3096
3100
  width: '$8',
3097
3101
  height: '$8'