experience-list.less
.experience-list {
.list-item {
margin-top: 10px;
}
.description {
.editor {
display: inline-block;
vertical-align: top;
width: 100%;
}
.index + .editor {
width: ~"calc(100% - 50px)";
vertical-align: bottom;
}
}
}