-
Notifications
You must be signed in to change notification settings - Fork 269
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-19343] Fix attach file widget advanced properties are not properly displayed #9225
Conversation
@swapnil-verma-gl if this style is needed in the meta data card view component that use the card view please move this @alep85 and @swapnil-verma-gl move this needed style in there instead of the core component |
2e622ff
to
1670ede
Compare
…label overlaps the selected variable, fix remove empty space between static path label and the value
1670ede
to
6858e06
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@@ -66,7 +65,10 @@ | |||
display: flex; | |||
flex-direction: column; | |||
height: 20px; | |||
transform: translateY(-1.3437em) scale(1); | |||
|
|||
&.mat-form-field-empty { |
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.
you are using .mat-
styles that should not be used
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)
https://alfresco.atlassian.net/browse/AAE-19343
What is the new behaviour?
The selected variable is not overlapped and there's no extra space between
Static Path
label and the valueDoes 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: