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
Attempted to import Bootstrap's variables.less file and use @media(max-width: @screen-md-min) to address responsiveness layout in the pfFilterPanel.
A concern was: "if someone overrides bootstrap variables then includes a-pf less files, they will lose their overrides"
We need to figure out, in general, how to address responsiveness in angular-patternfly.
In addition, the pfFilterPanel needs to updated to handle resposiveness.
The text was updated successfully, but these errors were encountered:
Attempted to import Bootstrap's variables.less file and use
@media(max-width: @screen-md-min)
to address responsiveness layout in the pfFilterPanel.A concern was: "if someone overrides bootstrap variables then includes a-pf less files, they will lose their overrides"
We need to figure out, in general, how to address responsiveness in angular-patternfly.
In addition, the pfFilterPanel needs to updated to handle resposiveness.
The text was updated successfully, but these errors were encountered: