skip to Main Content

How can I make select and button same height in Bootstrap 5? – CSS

Using Bootstrap 5, I have a button and a select element in the same row, and they show different heights by default. Is it possible to make them the same height? <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> <div class='container'> <div class='row'>…

VIEW QUESTION
Back To Top
Search