Skip to content

Commit 7aa931c

Browse files
authored
fix (custom fields): fixed styles by adding missing selector (#3656)
1 parent 2694b23 commit 7aa931c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/welcome/admin.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ body.toplevel_page_stackable {
430430
}
431431
}
432432
body.toplevel_page_stackable,
433-
body[class*="page_stackable"] {
433+
body[class*="page_stackable"],
434+
body[class*="page_stk"] {
434435
img {
435436
max-width: 100%;
436437
}

0 commit comments

Comments
 (0)