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
EuiTitle is a component that doesn't wrap its children, but clones them applying the appropriate classes. However, it doesn't take into account if the child also has a className applied.
I think that's out of scope for this issue and would require a larger refactor plus major breaking changes that I don't think are necessary given the wide usage of this component.
EuiTitle is a component that doesn't wrap its children, but clones them applying the appropriate classes. However, it doesn't take into account if the child also has a className applied.
Example
Component code written as:
Results in:
When it should be:
Offending lines:
eui/src/components/title/title.tsx
Lines 38 to 50 in e3d4826
The text was updated successfully, but these errors were encountered: