-
Notifications
You must be signed in to change notification settings - Fork 19
fix(tags): ensure consistent vertical spacing across mobile view (#276) #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for tattle-website-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello @maanasb01 Sir, Could you please review the changes I made to fix the tag spacing issue on the Blog page? I added vertical padding and bottom margin to each tag container to ensure consistent spacing, especially on mobile view. |
|
Hey @Preetiaarya, the issue also mentions fixing the updates' tags as well. Can you fix them as well? The project tags for the updates page are already fixed with the changes that you made, but each update also has tags listed within it. In mobile view, these tags are vertically aligned instead of covering the horizontal space. We need to wrap these tags (we can try flex-wrap or whatever else you want to try is also fine), so that they utilize the horizontal space properly. |
|
Hey @Preetiaarya, any update on this? |
|
Hello @maanasb01, I’ve pushed the blog tags padding and font size changes to fix/blog-tags-gap. |
I feel like the text size has become very small now @Preetiaarya @maanasb01 what do you think? possible to not reduce the text size of the tags? |
|
Hey @Preetiaarya, can you please take this up? |



This PR fixes issue #276 by applying consistent vertical spacing between tags on mobile view.
Changes Made:
pad={{ vertical: "xsmall" }}round="xsmall"margin={{ bottom: "xxsmall" }}margin={{ bottom: "small" }}to the container above the tags to maintain spacing in the layout.This ensures the tag layout looks consistent and avoids layout shift on small screens.
Screeenshort
