Files
server/opt/psa/phpMyAdmin/themes/bootstrap/scss/_tables.scss
2026-01-07 20:52:11 +01:00

15 lines
181 B
SCSS

.table {
th,
td {
> span:empty::before {
content: "\200b";
}
}
}
@media only screen and (min-width: 768px) {
.table th.position-sticky {
top: 96px;
}
}