@@ -8,6 +8,14 @@
overflow: hidden;
}
+ // fix margin top error of following descriptionList
+ & + & {
+ :global {
+ .ant-row {
+ margin-top: 16px;
+ }
.title {
margin-bottom: 16px;
@@ -47,6 +55,14 @@
margin-bottom: -8px;
+ & + .descriptionList {
+ margin-top: 8px;
margin-bottom: 12px;
color: @text-color;