@@ -138,18 +138,7 @@ const Context = ({
export default withOrganization(Context);
const StyledClippedBox = styled(ClippedBox)`
- margin-left: 0;
- margin-right: 0;
- &:first-of-type {
- margin-top: 0;
- }
- :first-child {
- margin-top: -${space(3)};
- > *:first-child {
- padding-top: 0;
- border-top: none;
+ padding: 0;
`;
const StyledIconFlag = styled(IconFlag)`
@@ -491,8 +491,9 @@ div.traceback > ul {
border-bottom: 1px solid @trim !important;
&.key {
- width: 125px;
- max-width: 125px;
+ width: 145px;
+ max-width: 145px;
+ padding-left: 20px !important;
}
&.value pre {