Skip to content

Commit

Permalink
refactor svg icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jul 17, 2023
1 parent e9bf80e commit 5e0a3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/common/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ button {
}

.p-icon-wrapper {
display: flex;
display: inline-flex;
}

.p-icon {
Expand Down

1 comment on commit 5e0a3f3

@BearsPunch
Copy link

@BearsPunch BearsPunch commented on 5e0a3f3 Aug 29, 2023

Choose a reason for hiding this comment

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

@cetincakiroglu by this change you broke multiselect component. Now after selection even 1 item, input becomes twice as high if [showClear]="true".

Please sign in to comment.