@@ -41,9 +41,15 @@
width: 80%;
display: flex;
justify-content: space-between;
- align-items: flex-start;
+ align-items: flex-end;
margin-bottom: 0.3rem;
}
+
+ .ant-steps.ant-steps-vertical
+ > .ant-steps-item
+ .ant-steps-item-description {
+ padding-bottom: 0;
+ }