Commit 8235142e authored by Sean Bao's avatar Sean Bao Committed by ι™ˆεΈ…

Fix margin top style error of Description List following Description List (#3653)

parent 6f0e2473
...@@ -8,6 +8,14 @@ ...@@ -8,6 +8,14 @@
overflow: hidden; overflow: hidden;
} }
} }
// fix margin top error of following descriptionList
& + & {
:global {
.ant-row {
margin-top: 16px;
}
}
}
.title { .title {
margin-bottom: 16px; margin-bottom: 16px;
...@@ -47,6 +55,14 @@ ...@@ -47,6 +55,14 @@
margin-bottom: -8px; margin-bottom: -8px;
} }
} }
// fix margin top error of following descriptionList
& + .descriptionList {
:global {
.ant-row {
margin-top: 8px;
}
}
}
.title { .title {
margin-bottom: 12px; margin-bottom: 12px;
color: @text-color; color: @text-color;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment