Skip to content

Commit 46a9c72

Browse files
authored
[6.x] Fix spacer field from collapsing (#12211)
1 parent 6dc9a32 commit 46a9c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/css/components/fieldtypes/spacer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
========================================================================== */
44

55
.spacer-fieldtype {
6-
@apply hidden @sm:invisible @sm:block;
6+
@apply invisible @sm:block;
77
}

0 commit comments

Comments
 (0)