Skip to content

Commit

Permalink
fix: position loading spinner at top of item (#1564)
Browse files Browse the repository at this point in the history
This is so that items near the bottom of the viewport can be seen to be loading, rather than looking like nothing is happening.
  • Loading branch information
jenniferarnesen authored Feb 22, 2021
1 parent b8a92ae commit 47c7647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/ui/view_dashboard.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Viewing dashboards

@nonmutating
Scenario: I search for a dashboard
Given I open the "Delivery" dashboard
Given I open the "Antenatal Care" dashboard
When I search for dashboards containing Immunization
Then Immunization and Immunization data dashboards are choices
When I press enter in the search dashboard field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
display: flex;
justify-content: center;
height: 100%;
align-items: center;
margin-top: var(--spacers-dp8);
}

0 comments on commit 47c7647

Please sign in to comment.