skip to Main Content

Html – displaying two controls on the same line

I want to display two controls on same line. Right now, one control is slightly upper than other control. I am using bootstrap to display the control. below is my code: <div class="form-group row"> <div class="col-md-6"> <label asp-for="AuditDetails" class="control-label"></label> <select…

VIEW QUESTION

Css – How to fix horizontal label issue using Bootstrap?

I am trying to show the horizontal label in single line. But it is coming with two line. How to show the form label with single line? <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> <div class="container"> <h2 class="mt32">Bootstrap 4 Horizontal Form</h2> <form…

VIEW QUESTION
Back To Top
Search