Skip to content

Commit

Permalink
Revert "fix: extra horizontal padding on patient lists page" (#1430)
Browse files Browse the repository at this point in the history
This reverts commit d96a062.
  • Loading branch information
harshthakkr authored Jan 10, 2025
1 parent efc8b53 commit 1f178ae
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
grid-column: span 2;
}

.tablist {
padding: 0 layout.$spacing-05;
}

.tab {
min-width: 8.875rem;

Expand Down

0 comments on commit 1f178ae

Please sign in to comment.