Skip to content

Commit

Permalink
fix(dfx-bootstrap-icons): display set to inline-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Jun 10, 2024
1 parent 752167e commit 7e6790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/dfx-bootstrap-icons/src/lib/icon.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { filter, Observable, Subscription } from 'rxjs';
template: '',
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
host: {
'[style.display]': '"inline-block"',
'[style.display]': '"inline-flex"',
'[style.width]': '(size() ?? width() ?? injectedSize ?? injectedWidth) + "px"',
'[style.height]': '(size() ?? height() ?? injectedSize ?? injectedHeight) + "px"',
},
Expand Down

0 comments on commit 7e6790f

Please sign in to comment.