// The label and actions expect to be in a flex container. Since this component adds another
// wrapping layer to the mdc-snackbar__surface, it should also include flex display.
.mat-mdc-simple-snack-bar {
display: flex;
}