Skip to content

Commit

Permalink
Resolve responsive issues on Dashboard with the new site theme
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter committed Jan 27, 2024
1 parent 2f91b9d commit 5294cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div ng-form="formDashboard" id="formPoints" class="form" ng-show="!loading">

<div class="form-row mb-3 mb-lg-0">
<div class="row mb-3 gap-3 gap-lg-1 flex-end">
<div class="col-12 col-lg-auto">
<div class="form-group">
<div class="input-group">
Expand Down Expand Up @@ -32,7 +32,7 @@
</div>
</div>

<div class="col-12 col-lg-auto">
<div class="col-12 col-lg-auto d-flex flex-column">
<a href="#" class="btn btn-block btn-primary" ng-click="getUserActivity()">Full Search</a>
</div>
</div>
Expand Down

0 comments on commit 5294cd8

Please sign in to comment.