You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to make width responsive?
i am trying with tailwindcss className="p-6 bg-gray-500 dark:bg-slate-700 w-full sm:w-1/2 md:w-[600px]"
but it isnt taking the width instead there is inline width from styles attribute.
Currently I am doing a workaround with css media query @media(max-width:768px){ .EZDrawer__container { max-width: 100%; } }
The text was updated successfully, but these errors were encountered:
sohrabzia
changed the title
How make make width responsive?
How make width responsive?
Sep 17, 2024
is there a way to make width responsive?
i am trying with tailwindcss
className="p-6 bg-gray-500 dark:bg-slate-700 w-full sm:w-1/2 md:w-[600px]"
but it isnt taking the width instead there is inline width from styles attribute.
Currently I am doing a workaround with css media query
@media(max-width:768px){ .EZDrawer__container { max-width: 100%; } }
The text was updated successfully, but these errors were encountered: