mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-17 12:25:54 +08:00
fix: trace detail styling issue (#1043)
This commit is contained in:
parent
fd0656e0fc
commit
831381a1ff
@ -11,4 +11,7 @@ export const Layout = styled(LayoutComponent)`
|
|||||||
|
|
||||||
export const ChildrenContainer = styled.div`
|
export const ChildrenContainer = styled.div`
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user