We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
25% なら 4個並びになるかなど要確認。
.wp-block-button__width-50 { width: calc(50% - var(--wp--style--block-gap, .5em)*0.5); } .wp-block-buttons>.wp-block-button.wp-block-button__width-25 { width: calc(25% - var(--wp--style--block-gap, .5em)*0.75); }
The text was updated successfully, but these errors were encountered:
もともとの width の設定を上書きするのはゲキムズなので、新たに min-width の設定を追加するのはどうか。
width
min-width
.wp-block-button .wp-block-button__link { width: 100%; } .wp-block-button { min-width: min(100%, 350px); }
Sorry, something went wrong.
6f287fc
No branches or pull requests
25% なら 4個並びになるかなど要確認。
The text was updated successfully, but these errors were encountered: