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
Checkbox & chevron baseline alignment is high by ~ 2px:
Additionally, the facet component should probably not restrict it's presentation (by setting a width on itself) since it could be used in isolation in a custom layout.
For example this treatment:
Would be very difficult to accomplish with the component as it exists today.
The text was updated successfully, but these errors were encountered:
.yxt-FilterOptions-option
{
align-items: center;
line-height: 1.6;
}
.yxt-FilterBox-titleContainer [data-component="IconComponent"]
{
line-height: 0; // might want to do this on the IconComponent itself
}
Checkbox & chevron baseline alignment is high by ~ 2px:
Additionally, the facet component should probably not restrict it's presentation (by setting a width on itself) since it could be used in isolation in a custom layout.
For example this treatment:
Would be very difficult to accomplish with the component as it exists today.
The text was updated successfully, but these errors were encountered: