-
Notifications
You must be signed in to change notification settings - Fork 277
AAE-36368 Fixing labels and form-fields on content-ee and apa #10982
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
AAE-36368 Fixing labels and form-fields on content-ee and apa #10982
Conversation
|
me and @MichalKinas we checked this PR and looks like styles are still incorrect in ACA: |
46d614b to
71070a7
Compare
71070a7 to
ec4956d
Compare
AleksanderSklorz
left a comment
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.
I'm approving it because it looks good for me but please wait for @dominikiwanekhyland approval too to ensure it works with his changes
|
| <div *ngSwitchCase="'autocompleteBased'"> | ||
| <mat-form-field | ||
| class="adf-property-field adf-card-selectitem-autocomplete" | ||
| class="adf-property-field adf-card-selectitem-autocomplete " |
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.
extra space
| (click)="clicked()" | ||
| > | ||
| <mat-form-field class="adf-property-field adf-card-textitem-field" [floatLabel]="property.default ? 'always' : null"> | ||
| <mat-form-field class="adf-property-field adf-card-textitem-field " [floatLabel]="property.default ? 'always' : null"> |
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.
extra space
|
|
||
| .adf-property-value-editable:not(:disabled) { | ||
| .adf-property-value-not-editable { | ||
| /* stylelint-disable-next-line declaration-no-important */ |
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.
unnecessary rule






Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
What is the new behaviour?
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information:
https://hyland.atlassian.net/browse/AAE-36368