You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently <mat-checkbox> is display: inline. This means that things like margin, height, width, etc. won't apply to it. The element should be display: inline-block. The MDC version also has this problem. We may decide to only fix this in the MDC version.