Hey there!
I'm currently working on building a traditional to-do list app using HTML5, CSS3, JS, and the Bootstrap 4.3.1 framework. However, I've run into an issue where when I test the responsiveness of the screen and it reaches 768px wide, the "Add Item" button gets compressed and the text overlaps. Is there a way to prevent this from happening and ensure that the button always displays properly with the number "2"?
https://i.sstatic.net/W8aXp.jpg
Additionally, in my current setup, when the screen is reduced below 768px as shown in the second image, both the text box and the button stack on top of each other. How can I create a margin between them so they are not too close to the edge of the page?
https://i.sstatic.net/TUvDn.jpg
Thank you for your help.