Added padding to banner to stop X from overlapping text

This commit is contained in:
Mitchell McCaffrey 2020-04-15 12:48:46 +10:00
parent 1efe3aa4aa
commit a3b32adbdd

View File

@ -21,6 +21,7 @@ function Banner({ isOpen, onRequestClose, children }) {
border: "none",
padding: "8px",
margin: "8px",
paddingRight: "24px",
maxWidth: "500px",
transform: "translateX(-50%)",
},