We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7035826 commit b8bb5c2Copy full SHA for b8bb5c2
2 files changed
packages/block-library/src/classic.scss
@@ -14,10 +14,6 @@
14
font-size: 1.125em;
15
}
16
17
-.wp-block-file {
18
- margin-bottom: 1.5em;
19
-}
20
-
21
.wp-block-file__button {
22
background: #32373c;
23
color: $white;
packages/block-library/src/file/block.json
@@ -61,13 +61,6 @@
61
"margin": true,
62
"padding": true
63
},
64
- "__experimentalStyle": {
65
- "spacing": {
66
- "margin": {
67
- "bottom": "1.5em"
68
- }
69
70
- },
71
"color": {
72
"gradients": true,
73
"link": true,
0 commit comments