-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
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
EuiTableRowCell overriding className prop #706
Labels
Comments
I believe the right solution is to merge
becomes
|
chandlerprall
added a commit
to chandlerprall/eui
that referenced
this issue
Apr 27, 2018
chandlerprall
added a commit
to chandlerprall/eui
that referenced
this issue
May 1, 2018
chandlerprall
added a commit
to chandlerprall/eui
that referenced
this issue
May 1, 2018
chandlerprall
added a commit
that referenced
this issue
May 1, 2018
* Merge EuiTableRowCell's childClasses into any existing classNames, fixes #706 * changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EuiTableRowCell is overriding the className prop of children. This occurs when defining a column like so. The EuiLink does not retain the className prop.
Work around is to just wrap child in another element.
cc @chandlerprall
The text was updated successfully, but these errors were encountered: