.limited-height-row {
    max-height: 400px; /* Change this value to your preferred max height */
    overflow: hidden;   /* Hides content that spills outside the maximum height */
}