-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fixed dialogs adjusting to the screen resolution. #14085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
<mat-hint [innerHTML]="(syncStrategyHints.get(createVersionFormGroup.get('syncStrategy').value) | translate) | safe:'html'"></mat-hint> | ||
</mat-form-field> | ||
<tb-entity-types-version-create | ||
class="mt-5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need no previous element used subscriptSizing property
:host ::ng-deep .mdc-evolution-chip-set__chips { | ||
max-width: 100%; | ||
} | ||
|
||
:host ::ng-deep .mat-mdc-standard-chip .mdc-evolution-chip__cell--primary, | ||
:host ::ng-deep .mat-mdc-standard-chip .mdc-evolution-chip__action--primary, | ||
:host ::ng-deep .mat-mdc-standard-chip .mat-mdc-chip-action-label { | ||
overflow: hidden; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use SCSS code style
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
@import '../../../../../scss/constants'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redurant
|
||
@Input() | ||
appearance: MatFormFieldAppearance = 'fill'; | ||
appearance: MatFormFieldAppearance = 'outline'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to revert defaut value
emptyPlaceholder: string; | ||
|
||
@Input() | ||
appearance: MatFormFieldAppearance = 'outline'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default value fill
Pull Request description
Fixed dialogs adjusting to the screen resolution.




General checklist
Front-End feature checklist
Back-End feature checklist