Skip to content

Commit

Permalink
Add margin to mat-form-field in page header for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 17, 2024
1 parent 4f88e2b commit f637a85
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
gap: 24px;
}

.page-header {
mat-form-field {
margin: 0 8px;
}
}

0 comments on commit f637a85

Please sign in to comment.