fix: prevent #physical-sample .masonry > :only-child column-span

close #93
This commit is contained in:
Timothée Goguely 2025-01-15 16:32:43 +01:00
parent 876eaca863
commit 81c787c52d

View file

@ -211,6 +211,9 @@
.dialog#physical-sample .overflow-y {
border-radius: var(--rounded-xl) var(--rounded-xl) 0 0;
}
.dialog#physical-sample .masonry > :only-child {
column-span: initial;
}
@media (min-width: 90rem) {
.dialog#physical-sample .masonry {
column-count: 3;