Viewing File: /usr/local/cpanel/base/3rdparty/phpMyAdmin/themes/bootstrap/scss/_tables.scss

.table {
  th,
  td {
    > span:empty::before {
      content: "\200b";
    }
  }
}

@media only screen and (min-width: 768px) {
  .table th.position-sticky {
    top: 96px;
  }
}
Back to Directory File Manager