@sumaris-net/ngx-components 2.2.7 → 2.2.8-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -716,7 +716,9 @@ ion-list {
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
.mat-column-actions {
|
|
719
|
+
text-align: end;
|
|
719
720
|
width: var(--mat-column-actions-width, 40px);
|
|
721
|
+
min-width: var(--mat-column-actions-min-width, 40px);
|
|
720
722
|
max-width: var(--mat-column-actions-max-width, 40px);
|
|
721
723
|
padding-inline-start: 0 !important; // No start padding
|
|
722
724
|
padding-right: unset !important;
|