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

style(geo): fix search setting list style regression #1476

Merged
merged 3 commits into from
Oct 30, 2023

Conversation

aziz-access
Copy link
Contributor

What is the current behavior? (You can also link to an open issue here)

#1475

What is the new behavior?

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:

@aziz-access aziz-access added the bug Incorrect or unexpected behaviors // Anomalies de fonctionnement label Oct 27, 2023
@aziz-access aziz-access self-assigned this Oct 27, 2023
@aziz-access aziz-access requested a review from alecarn October 27, 2023 19:42
@@ -94,7 +94,7 @@
}}
</button>
</div>
<div mat-menu-item>
<div [style.paddingRight.px]="'15'">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Pour s'assurer de l'alignement, on utilise des multiples de 4 avec Material design. Ici on pourrait utiliser 16px

Copy link
Collaborator

Choose a reason for hiding this comment

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

Pourquoi ne pas monter le ngFor vis à vis la directive mat-menu-item?

Copy link
Collaborator

Choose a reason for hiding this comment

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

On pourrait ainsi conserver la sémantique du mat-menu-item...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

c'est fait, j'ai ajouté mat-menu-item la problème dans la taille height de chaque item de la liste

@aziz-access aziz-access requested a review from alecarn October 27, 2023 20:20
@alecarn alecarn merged commit a68db40 into release/16.0.0 Oct 30, 2023
1 check passed
@alecarn alecarn deleted the fix-search-setting-sub-menu branch October 30, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behaviors // Anomalies de fonctionnement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants