steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.65k stars 406 forks source link

Fixed : button width and tooltip disappearing #39

Closed imaxisXD closed 1 year ago

imaxisXD commented 1 year ago

Issue

While changing the size of screen the button width are overlapping with the container and tooltip button is hidding in medium screen size.

Video

chrome-capture-2023-3-19.webm

Screenshot

Screenshot 2023-04-19 at 4 54 38 PM Screenshot 2023-04-19 at 4 59 06 PM

Fixed

Reduced the width by 1 rem ie w-36 and removed the sm:hidden from the tooltip button

Video

Fixed version.webm

vercel[bot] commented 1 year ago

@imaxisXD is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

imaxisXD commented 1 year ago

@steven-tey hi can you look at this thanks