web: fix search icon overlapping route header text

This commit is contained in:
Abdullah Atta
2024-07-19 12:42:18 +05:00
parent 80186c1812
commit 9410c42f29

View File

@@ -117,7 +117,14 @@ function Header(props: RouteContainerProps) {
height: 42.8
}}
>
<Flex py={1} sx={{ alignItems: "center", justifyContent: "center" }}>
<Flex
py={1}
sx={{
alignItems: "center",
justifyContent: "center",
overflow: "hidden"
}}
>
{buttons?.back ? (
<ArrowLeft
size={24}