_tables.scss 181 B

1234567891011121314
  1. .table {
  2. th,
  3. td {
  4. > span:empty::before {
  5. content: "\200b";
  6. }
  7. }
  8. }
  9. @media only screen and (min-width: 768px) {
  10. .table th.position-sticky {
  11. top: 96px;
  12. }
  13. }