Skip to content

Commit

Permalink
Add small margin to bottom of details view tables (dotnet#6449)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Oct 23, 2024
1 parent 90dd896 commit ec30761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Aspire.Dashboard/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ fluent-data-grid-row[row-type=default].hover:hover fluent-button[appearance=stea

.property-grid-container fluent-accordion {
gap: calc(var(--design-unit) * 2px);
margin-bottom: calc(var(--design-unit) * 1px);
--fill-color: var(--neutral-layer-1);
}

Expand Down

0 comments on commit ec30761

Please sign in to comment.