Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
The select label in the UI was lacking proper padding, which led to alignment issues on smaller screens. To address this, I've added the following Tailwind CSS utility classes to the label's style: "px-6 py-1 mb-2" in the "select" tag inside "EventsTab.js" under the "Events" folder
Check List (Check all the applicable boxes)
[x] My code follows the code style of this project.
[x] My change requires changes to the documentation.
[x] I have updated the documentation accordingly.
[x] All new and existing tests passed.
[x] This PR does not contain plagiarized content.
[x] The title of my pull request is a short description of the requested changes.
Closes #10150
Fixes Issue
Closes #10150
Changes proposed (
The select label in the UI was lacking proper padding, which led to alignment issues on smaller screens. To address this, I've added the following Tailwind CSS utility classes to the label's style: "px-6 py-1 mb-2" in the "select" tag inside "EventsTab.js" under the "Events" folder
Check List (Check all the applicable boxes)
Screenshots
Before
After
Note to reviewers