Den Klimovsky
Den Klimovsky
It seems to be possible to receive notifications by implementing a WebHook: https://docs.gitlab.com/ce/user/project/integrations/webhooks.html#pipeline-events
Hmm, really... I think you can just ignore my comment. Sorry for the noise 🤕
This behavior also applies to "Helper text" of form field (``). And MD guidelines mentions the possibility of multiline: > On a single line if possible, or with text wrapping...
And here is my workaround for now (in my `styles.scss`): ```scss // Workaround for https://github.com/angular/material2/issues/4580. mat-form-field .mat-form-field { &-underline { position: relative; bottom: auto; } &-subscript-wrapper { position: static; }...
I agree with these @jimmmeh arguments: > By default, the form fields have a padding applied to the bottom of them, enough space for the absolute positioned error message to...