skip to Main Content

How to make space between two text boxes in bootstrap-Twitter bootstrap

I need small white space between two text boxes. <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" /> <div class="row col-lg-12 col-sm-12"> <div class="input-group col-md-8"> <span class="control-label">Product Name*</span> <input type="text" class="form-control" placeholder="Product Name" id="productname" required> </div> <div class="input-group col-md-4" style=> <span class="control-label">Short Name*</span> <input type="text"…

VIEW QUESTION

Column Flex,Child iframe 100% height,the parent scroll is shown-Twitter bootstrap

in the div have height 100% iframe,the parent shown Y scroll.why it overflow? .root{ position:absolute; height:100%; width:100% } iframe { pointer-events: all; width: 100%; height: 100%; border: 0; overflow-y: hidden !important; overflow-x: hidden !important; overflow: hidden; } <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"/>…

VIEW QUESTION
Back To Top
Search