Skip to content

Commit

Permalink
Fixed minor display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DinhNgocAnh committed May 1, 2020
1 parent 7eb7eac commit 1fee838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/apps/patient/problem-page/problem.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h4 ng-show="!edit_problem">
</div>

<div class='col-md-6 text-right'>
<div class='form-group form-inline' ng-show='permitted(["modify_problem"])'>
<div class='form-inline' ng-show='permitted(["modify_problem"])'>
<label for="start-date">Start date </label>
<div class="input-group">
<input id="start-date" class='form-control'
Expand Down Expand Up @@ -267,7 +267,7 @@ <h4 ng-show="!edit_problem">
</form>

<!-- Scroll view-->
<div infinite-scroll="loadMoreTodo(false)" >
<div infinite-scroll="loadMoreTodo(false)">
<!--on-status-changed-success="updateStatusCallback"-->
<todo active-user="active_user" labels="labels"
members="members" patient-id="patient_id"
Expand Down

0 comments on commit 1fee838

Please sign in to comment.