Skip to content

Commit

Permalink
AAE-28454 Improve datatable style
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoABastos committed Dec 4, 2024
1 parent ba0c299 commit 47fc432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
*ngIf="(actions && actionsPosition === 'right') ||
(mainActionTemplate && showMainDatatableActions)"
class="adf-actions-column adf-datatable-actions-menu adf-datatable-cell-header adf-datatable__actions-cell"
[class.adf-datatable-actions-menu-provided]="showProvidedActions"
>
<ng-container *ngIf="mainActionTemplate">
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
margin-left: auto;
justify-content: end;
padding-right: 15px;

&-provided {
max-width: 100px !important;
justify-content: center;
padding-right: 0;
}
}

.adf-datatable-checkbox {
Expand Down

0 comments on commit 47fc432

Please sign in to comment.