Fixes missing comma in latest css change.

This commit is contained in:
mateuswetah 2024-08-20 09:44:02 -03:00
parent fdf52eafd4
commit c27fecf644
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
min-height: 50vh;
}
}
.table-wrapper:has(.tainacan-records-container)
.table-wrapper:has(.tainacan-records-container),
.table-wrapper:has(.tainacan-records-container--skeleton) {
@supports (contain: inline-size) {
container-type: inline-size;