Answers for "how to remove the top border from table react bootstrap"

0

how to remove the top border from table react bootstrap

.react-bs-container-body tr {
  border-top-style: hidden !important;
}

.react-bs-container-header tr {
  border-bottom-style: hidden !important;
}
Posted by: Guest on July-10-2021

Code answers related to "how to remove the top border from table react bootstrap"

Code answers related to "Javascript"

Browse Popular Code Answers by Language