Skip to content

Commit c01f486

Browse files
authored
apply flex rules after images are loaded (#1886)
1 parent 2732013 commit c01f486

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/text.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
}
201201

202202
.p.onlyImages {
203+
display: block;
204+
}
205+
206+
.p.onlyImages:has(> .mediaContainer.loaded) {
203207
display: flex;
204208
flex-direction: row;
205209
flex-wrap: wrap;

0 commit comments

Comments
 (0)