EddieHubCommunity / BioDrop

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.
https://biodrop.io
MIT License
5.72k stars 3.94k forks source link

FIX: No padding around 'Select a tab' label in mobile view #10150 #10190

Closed eugene4545 closed 9 months ago

eugene4545 commented 9 months ago

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 Screenshot (1213)

After Screenshot (1214)

Note to reviewers