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
Example: I have 7 elements in a row. In case of mobile each of them should take 100% width
so they are one below another (ie. one takes whole row actually).
In case of desktop I want to fit them in one row so each of them takes 1/7 of 100% width.
For that I would use p-col but this is for mobile only, for desktop I should use p-xl, p-lg, etc.
But they are not defined.
p-xl, p-lg, p-md, p-sm would be defined in similar way as p-col ie. with flex-grow: 1.
I would like to use the following classes for my element: class="p-col-12 p-xl",so
It appears that p-xl, p-lg, p-md and p-sm are not defined.
The text was updated successfully, but these errors were encountered: