[ML] Fixes overflowing text in the anomalies table expanded row (#28372) (#28397)

* [ML] Fixes overflowing text in the anomalies table expanded row

* [ML] Switch to using euiTextTruncate to fix overflow
This commit is contained in:
Pete Harverson 2019-01-10 09:21:11 +00:00 committed by GitHub
parent 475b271a12
commit 83bb79dead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,12 +111,15 @@
margin-top: 0px;
flex-basis: 15%;
font-size: inherit;
line-height: 1.5rem;
@include euiTextTruncate;
}
.euiDescriptionList__description {
margin-top: 0px;
flex-basis: 85%;
font-size: inherit;
line-height: 1.5rem;
}
.filter-button {