I am using bootstrap 3 for grid layout.
I have used following classes in a column:
col-sm-4 col-ms-6 col-xs-12 col-md-3
The expected behaviour is that the whole row should be pushed when column height increases.
I searched for similar issue here and found this but it didn't help Similar question