@arsedizioni/ars-utils 22.0.51 → 22.0.52
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.
|
@@ -983,11 +983,6 @@ class FxFlexFillDirective extends ResponsiveBaseDirective {
|
|
|
983
983
|
const active = this._active();
|
|
984
984
|
const v = active ? '100%' : null;
|
|
985
985
|
this.safeSetStyle('margin', active ? '0' : null);
|
|
986
|
-
// align-self: stretch ensures this element fills the parent's cross axis even
|
|
987
|
-
// when the parent flex container has align-items: center (e.g. mat-toolbar).
|
|
988
|
-
// Without this, height: 100% collapses to content height and align-items on
|
|
989
|
-
// this container has no visible centering space.
|
|
990
|
-
this.safeSetStyle('align-self', active ? 'stretch' : null);
|
|
991
986
|
this.safeSetStyle('width', v);
|
|
992
987
|
this.safeSetStyle('height', v);
|
|
993
988
|
this.safeSetStyle('min-width', v);
|