Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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;
}
 
PREVIOUS NEXT
Tagged: #remove #top #border #table #react #bootstrap
ADD COMMENT
Topic
Name
2+7 =