fix(web): Ensure font awesome icons have fixed width

This commit is contained in:
Luke
2022-04-16 12:08:55 +02:00
parent 66f9460729
commit e46fa203ca
2 changed files with 3 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ const Notifications: React.FC = () => {
<HStack spacing={0}>
{data.icon && (
<FontAwesomeIcon
fixedWidth
icon={data.icon}
fontSize="1.3em"
style={{ paddingRight: 8 }}