Fixes missing comma in latest css change.
This commit is contained in:
parent
fdf52eafd4
commit
c27fecf644
|
@ -5,7 +5,7 @@
|
||||||
min-height: 50vh;
|
min-height: 50vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.table-wrapper:has(.tainacan-records-container)
|
.table-wrapper:has(.tainacan-records-container),
|
||||||
.table-wrapper:has(.tainacan-records-container--skeleton) {
|
.table-wrapper:has(.tainacan-records-container--skeleton) {
|
||||||
@supports (contain: inline-size) {
|
@supports (contain: inline-size) {
|
||||||
container-type: inline-size;
|
container-type: inline-size;
|
||||||
|
|
Loading…
Reference in New Issue