Can not get the close button label to align properly.
Closed this issue · 2 comments
martinduo commented
jquense commented
hi there. I can see the picture. I'm not sure what might be wrong but I don't think it's due to the css included here, which doesn't have any styling for buttons. it might be a conflict with your css and bootstrap
martinduo commented
Thanks for the quick reply. Since you confirmed that the problem was not likely due to your css, I went back and dug deeper into my css. I'm using react-bootstrap with the bootstrap-cerulean.css, so lots to look at. I did manage to get the layout I wanted by adding more local css of my own for the Modal.Footer, Modal.Dismiss, and the footer's button component in your component. Thanks for your answer and your work on the Modal code.