fix: prevent #physical-sample .masonry > :only-child column-span
close #93
This commit is contained in:
parent
876eaca863
commit
81c787c52d
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue