Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlakM committed Mar 19, 2024
1 parent 7ba7373 commit d16dfc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/utilities/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ <h3>Button groups</h3>

<div class="btn-group-justified">
<input class="btn" type="button" id="btnGroup27" value="button 27" />
<input class="btn" type="button" id="btnGroup28" value="button 28" />
<div class="btn-group">
<input class="btn" type="button" id="btnGroup28" value="button 28" />
<input class="btn" type="button" id="btnGroup29" value="button 29" />
</div>
</div>
Expand Down Expand Up @@ -786,13 +786,13 @@ <h3 id="gc-font-2019-example">gc-font-2019 example</h3>
<legend>gc-font-2019 example</legend>
<div class="form-group">
<label for="staticEmail" class="col-sm-2 col-form-label">Email</label>
<div class="col-sm-10">
<div class="">
<input type="text" readonly="" class="form-control-plaintext" id="staticEmail" value="[email protected]" />
</div>
</div>
<div class="form-group">
<label for="inputPassword" class="col-sm-2 col-form-label">Password</label>
<div class="col-sm-10">
<div class="">
<input type="password" class="form-control" id="inputPassword" placeholder="Password" />
</div>
</div>
Expand Down

0 comments on commit d16dfc5

Please sign in to comment.