Skip to content

Commit

Permalink
fix: tab icon alignment on webkit browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Aug 20, 2024
1 parent 9159dd5 commit 39947ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class RecipeTabs(TabData, Enum):
route=history_route,
)
integrations = TabData(
title=f'<img align="left" width="24" height="24" style="margin-right: 10px" src="{icons.integrations_img}" alt="Facebook, Whatsapp, Slack, Instagram Icons"> Integrations',
title=f'<img width="24" height="24" style="margin-right: 4px" src="{icons.integrations_img}" alt="Facebook, Whatsapp, Slack, Instagram Icons"> Integrations',
label="Integrations",
route=integrations_route,
)
Expand Down

0 comments on commit 39947ed

Please sign in to comment.