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

[ACS-4441] Destination folder ids are now properly visible on View Rule Screen in Folder Rules #3060

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

jatin2008
Copy link
Contributor

…n Folder Rules

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)
Destination Folder ids are truncated on View Rule screen in Folder Rules

What is the new behaviour?
Destination folder ids are now properly visible on View Rule Screen in Folder Rules

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:

before -

Screenshot from 2023-03-10 13-39-08

After -

Screenshot from 2023-03-10 13-38-27

@@ -3,5 +3,9 @@
display: flex;
flex-direction: row;
gap: 20px;

adf-card-view .adf-property-list .adf-property adf-card-view-item-dispatcher adf-card-view-textitem .mat-form-field .mat-form-field-infix {
width: 280px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we be using an absolute value for this? Is there not a way to have it occupy the rest of the white space to the right? This might risk adding a pointless scroll bar on smaller screen widths

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hi @TomikaArome I checked by giving values in percentage, but it was not taking the percentage value and mat-form-field-infix value that was setting earlier was 180px, so I changed that and as far as for scroll bar, even earlier scroll was coming in smaller screen widths, so it hasn't changed.

Screenshot from 2023-03-14 18-39-55

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok I'll approve for now

@jatin2008 jatin2008 merged commit 8a7b051 into develop Mar 15, 2023
@jatin2008 jatin2008 deleted the dev-jatin-ACS-4441 branch March 15, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants