diff --git a/src/customJs/tools/wheel/wheelFortuneViewer.tsx b/src/customJs/tools/wheel/wheelFortuneViewer.tsx index 0b0527dc4..6864d6dc6 100644 --- a/src/customJs/tools/wheel/wheelFortuneViewer.tsx +++ b/src/customJs/tools/wheel/wheelFortuneViewer.tsx @@ -163,6 +163,7 @@ export const WheelFortuneViewer: ViewerComponent = (rest) => { const congratysBtnStyle = { border: 'none', borderRadius: formRest.values.buttonBorderRadius, + boxSizing: 'border-box', display: 'inline-block', textAlign: formRest.values.buttonAlign, overflow: 'hidden',