// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Panel should render correctly 1`] = ` .c1 { -webkit-flex: 1; -ms-flex: 1; flex: 1; } .c2 { padding-top: auto; } .c0 { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
Header here
Body here
`;