da96562
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | .fieldArray {
margin-top: 40px !important;
.form-group.row {
margin-top: 2px;
margin-bottom: 2px;
}
.fieldUiControl {
width: ~"calc(100% - 60px)";
padding-right: 0.75rem;
}
.icon-minus {
cursor: pointer;
}
} |