We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae494f4 commit c9fbd7dCopy full SHA for c9fbd7d
2 files changed
src/scss/components/_buttons.scss
@@ -48,6 +48,7 @@
48
// Outline style
49
@mixin button--outline($borderColor: $maingrey, $color: $textcolor) {
50
background-color: transparent;
51
+ border-width: 1px; // Force button width VS Gutenberg CSS
52
border-color: $borderColor;
53
color: $color;
54
src/scss/wp/_gutenberg.scss
@@ -13,9 +13,10 @@
13
14
// Block Button
15
&-button {
16
+ margin-bottom: $base-spacing;
17
+
18
&__link {
19
@extend .button;
- @extend .button--round;
20
21
&:not([class*="has"]) {
22
@extend .button--primary;
0 commit comments