How to apply rounded-3 class with rounded-start in table header first th ?
Created by: dhrupal-inx
Before opening:
- If we add rounded-start and rounded-3 class in table hedaer th first child it's apply full border rounded.
- and same thing try with rounded-pill and rounded-start that's working fine .
- So my issue is how can we apply only top-left and bottom-left rounded with rounded-start and rounded-3 class
Bug reports must include:
- Operating system and version (Windows)
- Browser and version (Chrome)
- rounded-pill working fine with rounded-start and rounded-end
- but Rounded-0,1,2,3 not working with rounded-start and rounded-end
I need apply border only left right to table hrader using rounded-3 and rounded-start and rounded-end class.

