Items not aligning vertically in flex container,Even though I have declared align item stretch prop
1 Reply
looks like you figured it out, but align-items stretch is the default and is only overwritten if you given
align-items another value like align-items: start or align-items: center
Its working to stretch even if i remove your .align-stretch class, so its unnecessary and is using !important ; i would remove the important flag and also remove the class from it. Its working without it.