Class name not having spacing
-
If you add any extra button in order table then your plugin adds some class name in it and while doing so it do not add a space at the last class name so that causes that class name to merge with existing class name
see the image
our button class name is “pi_cancel_request_form”
“rx_my_account_view_review rx-btn btn-primary btn-sm rx-form-primary-btn btn-review review-off btn-info rx-order-btnpi_cancel_request_form”
your plugin adds its own class name but the lase class name get merged with our and makes it “rx-order-btnpi_cancel_request_form” there should be space after your class name “rx-order-btn pi_cancel_request_form”
- The topic ‘Class name not having spacing’ is closed to new replies.