-
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
[ADF-5562][ADF-5564]Removed !important from from and version list component #9142
Conversation
7303c35
to
712c1ef
Compare
@@ -32,7 +32,7 @@ | |||
} | |||
|
|||
.app-form-config-editor { | |||
height: 500px !important; | |||
min-height: 500px; |
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.
min-height and height are different properties, and different purpose
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.
accommodated change with height property.
712c1ef
to
8a3d5ba
Compare
(onInit)="onInitFormEditor($event)"> | ||
</ngx-monaco-editor> | ||
<div class="app-form-config-editor"> | ||
<ngx-monaco-editor style="height: 100%" id="adf-form-config-editor" [options]="editorOptions" |
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.
Can you add this style via a class, or using the id already mentioned here
#adf-form-config-editor {
height: 100%;
}
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.
Done
I'm also seeing a lot of formatting changes, especially in the .html file. Can you try to minimise them so as to ensure only the required changes are propagated forward |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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)
!important is present in adf-aform and versino-list
What is the new behaviour?
!important removed from adf-form and version list
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: