-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(external-links): adjusted icon size #5
Conversation
margin-right: 4px; | ||
mat-icon { | ||
margin: 0px -4px; | ||
transform: scale(0.5); |
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.
Pour controller la dimension de l'icone de Material on peut changer ces trois paramètres.
height: 14px;
width: 14px;
font-size: 14px;
span { | ||
margin-right: 4px; | ||
mat-icon { | ||
margin: 0px -4px; |
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.
Idéallement, on doit éviter d'utiliser les margins négatifs parce que sa risque de créer des désajustements.
# [1.0.0-next.14](v1.0.0-next.13...v1.0.0-next.14) (2024-08-22) ### Bug Fixes * **external-links:** adjusted icon size ([#5](#5)) ([29af0bb](29af0bb))
🎉 This PR is included in version 1.0.0-next.14 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Ajusté l'icône pour les lien externes pour qu'il soit plus proche de la taille SDG.