CSS - MVC - Table control issue
Posted: March 29th, 2022, 5:04 pm
There is an automatic table style from the bootstrap file that adds border-collapse:collapse; to all tables by default.
There are many instances when I put padding on a table control as styling. With the above default style is in affect, that padding is not applied. This forces me to apply a border-collapse:initial; style to any table control that I want to add padding to in order to override this default make the padding apply correctly.
Should consider not forcing this default?
There are many instances when I put padding on a table control as styling. With the above default style is in affect, that padding is not applied. This forces me to apply a border-collapse:initial; style to any table control that I want to add padding to in order to override this default make the padding apply correctly.
Should consider not forcing this default?