fix: trace detail styling issue (#1043)

This commit is contained in:
Pranshu Chittora 2022-05-03 21:27:44 +05:30 committed by GitHub
parent fd0656e0fc
commit 831381a1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,7 @@ export const Layout = styled(LayoutComponent)`
export const ChildrenContainer = styled.div`
margin: 0 1rem;
display: flex;
flex-direction: column;
height: 100%;
`;