Skip to content

Commit

Permalink
fix(datagrid): align detail caret to top
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsanevmw committed Apr 11, 2024
1 parent 70563fc commit 36c883a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/angular/src/data/datagrid/_datagrid.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1215,11 +1215,10 @@

.datagrid-detail-caret {
display: flex;
align-items: center;
justify-content: center;

&.datagrid-cell {
padding: 0;
padding: tokens.$cds-global-space-4 0;
}

.datagrid-detail-caret-button {
Expand Down

0 comments on commit 36c883a

Please sign in to comment.