Skip to content

Commit

Permalink
Merge pull request geonetwork#783 from geonetwork/button-css-typo
Browse files Browse the repository at this point in the history
Fix typo in button style
  • Loading branch information
jahow authored Jan 29, 2024
2 parents 3fffada + 0145020 commit 95201f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/inputs/src/lib/button/button.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* makes sure icons will not make the buttons grow vertically */
:host :ng-deep mat-icon.mat-icon {
:host ::ng-deep mat-icon.mat-icon {
margin-top: -0.325em;
margin-bottom: -0.325em;
}

0 comments on commit 95201f8

Please sign in to comment.