diff --git a/addons/info/src/components/Story.js b/addons/info/src/components/Story.js index 0ec1e096f9de..1f39e400ab4e 100644 --- a/addons/info/src/components/Story.js +++ b/addons/info/src/components/Story.js @@ -52,6 +52,12 @@ const stylesheet = { fontWeight: 300, lineHeight: 1.45, fontSize: '15px', + border: '1px solid #eee', + padding: '20px 40px 40px', + borderRadius: '2px', + boxShadow: '0px 2px 3px rgba(0, 0, 0, 0.05)', + backgroundColor: '#fff', + marginTop: '50px', }, infoContent: { marginBottom: 0,