Skip to content

Commit

Permalink
Change columns width in medium size screens to avoid overflow
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Dec 23, 2024
1 parent f91e8a0 commit 57306bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions groups-clients.lp
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ mg.include('scripts/lua/header_authenticated.lp','r')
<option disabled selected>Loading...</option>
</select>
</div>
<div class="form-group col-md-3">
<div class="form-group col-lg-3 col-md-6">
<label for="new_comment">Comment:</label>
<input id="new_comment" type="text" class="form-control" placeholder="Client description (optional)">
</div>
<div class="form-group col-md-3">
<div class="form-group col-lg-3 col-md-6">
<label for="new_group">Group assignment:</label>
<div><select class="selectpicker" id="new_group" multiple></select></div>
<div><select class="selectpicker form-control" id="new_group" multiple></select></div>
</div>
</div>
<div class="row">
Expand Down
6 changes: 3 additions & 3 deletions groups-domains.lp
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ mg.include('scripts/lua/header_authenticated.lp','r')
<div id="suggest_domains" class="table-responsive no-border"></div>
</div>
</div>
<div class="col-md-3 form-group">
<div class="col-lg-3 col-md-6 form-group">
<label for="new_domain_comment">Comment:</label>
<input id="new_domain_comment" type="text" class="form-control" placeholder="Description (optional)">
</div>
<div class="col-md-3 form-group">
<div class="col-lg-3 col-md-6 form-group">
<label for="new_domain_group">Group assignment:</label>
<div><select class="selectpicker" id="new_domain_group" multiple></select></div>
<div><select class="selectpicker form-control" id="new_domain_group" multiple></select></div>
</div>
</div>
<div class="row">
Expand Down
6 changes: 3 additions & 3 deletions groups-lists.lp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ mg.include('scripts/lua/header_authenticated.lp','r')
<label for="new_address">Address:</label>
<input id="new_address" type="text" class="form-control" placeholder="URL" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off">
</div>
<div class="form-group col-md-3">
<div class="form-group col-lg-3 col-md-6">
<label for="new_comment">Comment:</label>
<input id="new_comment" type="text" class="form-control" placeholder="List description (optional)">
</div>
<div class="form-group col-md-3">
<div class="form-group col-lg-3 col-md-6">
<label for="new_group">Group assignment:</label>
<div><select class="selectpicker" id="new_group" multiple></select></div>
<div><select class="selectpicker form-control" id="new_group" multiple></select></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 57306bc

Please sign in to comment.