You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a gallery block, some extra css is applied to unrelated fields because of a css conflict.
For example:
This toggle has an extra gap in between the buttons because it is inheriting a grid-gap value set on the .k-block-type-gallery ul selector.
Expected behavior
That extra CSS shouldn't be applied to unrelated items.
To reproduce
Add a toggle field to a gallery block and the bug should be there. I didn't test this with other types of field but it should be there on all fields that use an ul
Your setup
4.4.0
The text was updated successfully, but these errors were encountered:
Description
In a
gallery
block, some extra css is applied to unrelated fields because of a css conflict.For example:
This toggle has an extra gap in between the buttons because it is inheriting a
grid-gap
value set on the.k-block-type-gallery ul
selector.Expected behavior
That extra CSS shouldn't be applied to unrelated items.
To reproduce
Add a toggle field to a
gallery
block and the bug should be there. I didn't test this with other types of field but it should be there on all fields that use an ulYour setup
4.4.0
The text was updated successfully, but these errors were encountered: