diff --git a/packages/react-ui-components/src/ResourceIcon/style.module.css b/packages/react-ui-components/src/ResourceIcon/style.module.css index a907203919..f759d7b28b 100644 --- a/packages/react-ui-components/src/ResourceIcon/style.module.css +++ b/packages/react-ui-components/src/ResourceIcon/style.module.css @@ -1,16 +1,12 @@ .resource-icon { composes: reset from '../reset.module.css'; - display: inline-block; font: normal normal normal FontAwesome; font-size: 14px/1; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -} - -.resource-icon { - display: inline-grid; + display: inline-flex; width: 100%; justify-content: center; }