fix: adds r-tablecell class

This commit is contained in:
2025-07-01 23:03:15 -05:00
parent 727c11e1c6
commit ac97fdd08f
4 changed files with 18 additions and 8 deletions

View File

@@ -64,6 +64,16 @@ dialog[data-dialog-target="dialog"][closing] {
animation: fade-out 200ms forwards;
}
.r-tablecell {
display: none;
}
@media screen and (min-width: 768px) {
.r-tablecell {
display: inline-table;
}
}
.options-table {
display: flex;