Add some rounding
This commit is contained in:
parent
46fcb4a9b0
commit
b1aefe21e8
@ -42,7 +42,7 @@ export default function Component({ service }) {
|
|||||||
loading={widget?.loadingStrategy}
|
loading={widget?.loadingStrategy}
|
||||||
scrolling={widget?.allowScrolling}
|
scrolling={widget?.allowScrolling}
|
||||||
frameBorder={widget?.border}
|
frameBorder={widget?.border}
|
||||||
style={{ width: "100%", scrollingDisableStyle }}
|
style={{ width: "100%", "border-radius": "4px", scrollingDisableStyle }}
|
||||||
className={sizeClasses}
|
className={sizeClasses}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user