Files
server/opt/psa/phpMyAdmin/themes/bootstrap/scss/_tables.scss
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00: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;
}
}