Skip to content
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

Merged
merged 8 commits into from
Jan 3, 2024

Conversation

arohilaGL
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

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")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@VitoAlbano VitoAlbano force-pushed the dev-arohila-ADF-5562 branch from 7303c35 to 712c1ef Compare December 8, 2023 17:17
@@ -32,7 +32,7 @@
}

.app-form-config-editor {
height: 500px !important;
min-height: 500px;
Copy link
Contributor

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

Copy link
Contributor Author

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.

(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"
Copy link
Contributor

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%;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@swapnil-verma-gl
Copy link
Contributor

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

Copy link

sonarqubecloud bot commented Jan 3, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@arohilaGL arohilaGL merged commit d4d731b into develop Jan 3, 2024
33 checks passed
@arohilaGL arohilaGL deleted the dev-arohila-ADF-5562 branch January 3, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants