Richard Sengers

Results 27 comments of Richard Sengers

I think the answer of @egavard should be the default setting for a checkbox. I can't think of a case when you would want a checkbox label to overflow it's...

The same goes for Sparkpost. For example an unsubscribe link needs a custom attribute data-msys-unsubscribe="1" This is not possible in the current Zurb template with ``` Unsubscribe ``` The custom...

Ith the latest material this works for me ``` mat-form-field { .mat-form-field { &-underline { position: static; } &-wrapper { padding-bottom: 0; } &-subscript-wrapper { position: static; min-height: 1.25em; }...

It's getting even more ugly ;-) Using an icon as a prefix ![icons](https://user-images.githubusercontent.com/810038/48001500-0767d280-e109-11e8-83ec-74956052eab7.PNG) https://stackblitz.com/edit/angular-otnpxn?file=app/input-prefix-suffix-example.html

It's missing in the ngModules in Math. I've never created a PR, but will try to fix. It's an easy change Or maybe @danrevah you can quickly change it for...

I think i found some kind of a workaround, its only possible to add your OverlayService provider in the app module (highest level) So it's not working in lazy loaded...

I did manage to fix the sass error with this setup ``` $light-theme: mat.define-light-theme(( color: ( primary: $primary, accent: $accent, ), typography: $typography )); @include mat.all-legacy-component-typographies($light-theme); @include mat.all-legacy-component-themes($light-theme); @include mat.all-legacy-component-colors($light-theme);...