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
When there is no tag, the cc-zone component alignment is not optimal:
It would be better to center the content vertically.
To do so, we would need to add a wrapper instead of using display: flex on the :host because we would need to use a classMap to toggle a class when there are no tags (tags are part of the state property so we cannot rely on a reflected attribute like we do for modes).
This is probably a breaking change.
The text was updated successfully, but these errors were encountered:
Context
When there is no tag, the
cc-zone
component alignment is not optimal:It would be better to center the content vertically.
To do so, we would need to add a wrapper instead of using
display: flex
on the:host
because we would need to use aclassMap
to toggle a class when there are no tags (tags are part of thestate
property so we cannot rely on a reflected attribute like we do for modes).This is probably a breaking change.
The text was updated successfully, but these errors were encountered: