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
Originally posted by DavydeVries February 12, 2023
Hi,
Currently, I'm using for viewport sm the class sm:justify-center. But I like to make the element full width on viewport md. The default value of justify-content is normally justify-content: normal (maybe differs on other browsers?). But there is no way to "reset" back to normal value.
Do you have suggestions to solve my issue, or is this value missing from the core?
Discussed in #10558
Originally posted by DavydeVries February 12, 2023
Hi,
Currently, I'm using for viewport
sm
the classsm:justify-center
. But I like to make the element full width on viewportmd
. The default value ofjustify-content
is normallyjustify-content: normal
(maybe differs on other browsers?). But there is no way to "reset" back tonormal
value.Do you have suggestions to solve my issue, or is this value missing from the core?
Example:
Element not full width: https://play.tailwindcss.com/pj23KKG5cV
What I like to achieve/Expected behaviour: https://play.tailwindcss.com/oQ38fSUAsn
Kind regards,
Davy
PS. I already tried to add
normal
to my config as an "extend" but didn't get it to work.The text was updated successfully, but these errors were encountered: