I have four progress bars in a vertical form in which I want margin none on the first child in rtl. So how can I set margin none on the first child ? I also tried first child property.
.progress-bar-vertical:first-child {
margin-right: 0px !important;
}