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
If a user manually enters 1 for a single column child in the columns block, the block inherits styling for the two-column block.
1
One of two things need to happen here:
Here is an example of the code produced on the frontend:
The text was updated successfully, but these errors were encountered:
Right now, it's not possible to enter "1" in the columns count, it automatically reverts to 2. This means this issue is fixed.
Sorry, something went wrong.
No branches or pull requests
If a user manually enters
1
for a single column child in the columns block, the block inherits styling for the two-column block.One of two things need to happen here:
1
if the slider doesn't support it.Here is an example of the code produced on the frontend:
The text was updated successfully, but these errors were encountered: