nmoreaud

Results 53 comments of nmoreaud

> Hello [@nmoreaud](https://github.com/nmoreaud) > > We can't reproduce this issue. Please try to restart the application when bug appears Closing and opening DBeaver again fixes the issue, for a while

Current SCSS workaround: ```scss :host ::ng-deep { mat-tab-body { /* top of form */ margin-top: 10px; } /* support multiline descriptions */ .mat-mdc-form-field-hint-wrapper, .mat-mdc-form-field-error-wrapper { margin-top: 10px; position: static; }...