Skip to content
Snippets Groups Projects
Commit 3dc3103d authored by thijsheijden's avatar thijsheijden
Browse files

fix: panel content full width

parent 12935f28
No related branches found
No related tags found
1 merge request!7refactor(rawjsonvis): moves rawjsonvis into own component
......@@ -20,10 +20,10 @@ const Wrapper = styled.div<{ color: string }>`
`;
const Content = styled.div`
margin: 1em;
padding: 1em;
background-color: white;
margin: 2em;
border-radius: 8px;
width: 100%;
height: 100%;
`;
const Panel = (props: Props) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment