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

* [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-31 11:36:33 +00:00 committed by GitHub
parent d819e3347a
commit 3224f9931f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,12 +95,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 {