Fix boxed widgets style, add class name
This commit is contained in:
parent
ae3df9eeeb
commit
dc635e6066
@ -35,7 +35,7 @@ export default function Widget({ options }) {
|
|||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container options={options} additionalClassNames="information-widget-stocks">
|
||||||
<Raw>
|
<Raw>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user