Any devs familiar with React? Trying to determine ...
# dev
d
Any devs familiar with React? Trying to determine how to place paragraph level text under a React Bootstrap Modal.Header’s Modal.Title. My react/js skills are very week so I’m struggling with this. All my tests place the text to the right of the Modal.Header’s Modal.Title Also, I’m trying to similarly center paragraph level text right under component (closer to the component than its border below it; hopefully that makes sense). Right now I’ve got it looking good but the paragraph text is more “attached/closer” to the border than the component above (which is what I want). For reference, I’m trying to match the mocks @Yoni Augarten (I believe) provided me here for Create a Repository and Admin pages. I’m kinda struggling getting it perfect tbh 😿 https://github.com/treeverse/lakeFS/issues/2316#issuecomment-939459473
y
Hey @datadavd. Regarding the modal text: it's also fine if you put the text under the title line - as long as it looks professional
👍 1
d
Thanks @Yoni Augarten. I think I may have figured out the Modal part with container/rows/col, about to see 🤞 Thank you so much for the help.