Skip to content

Commit 4d66cd5

Browse files
CSSTUDIO-3265: Adjustment
1 parent 4b26e5d commit 4d66cd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/log/LogDetails/LogProperty.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import { KeyValueTable } from "./KeyValueTable";
1010

1111
const AccordionSummaryStyles = {
1212
"& > .MuiAccordionSummary-content": {
13-
margin: "6px 0"
13+
margin: "4px 0"
1414
},
1515
"& > .MuiAccordionSummary-content.Mui-expanded": {
16-
margin: "20px 0 5px"
16+
margin: "10px 0 5px"
1717
}
1818
};
1919

@@ -52,7 +52,7 @@ const LogProperty = styled(({ property, className }) => {
5252
borderLeft: `${theme.palette.primary.main} solid 5px`,
5353
borderRadius: 4,
5454
transition: "height .2s ease-in-out",
55-
height: "38px",
55+
height: "34px",
5656
"&.Mui-expanded": {
5757
margin: 0,
5858
height: "100%"

0 commit comments

Comments
 (0)