mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [ML] Fixes overflowing text in the anomalies table expanded row * [ML] Switch to using euiTextTruncate to fix overflow
This commit is contained in:
parent
d819e3347a
commit
3224f9931f
1 changed files with 3 additions and 0 deletions
|
@ -95,12 +95,15 @@
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
flex-basis: 15%;
|
flex-basis: 15%;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
line-height: 1.5rem;
|
||||||
|
@include euiTextTruncate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.euiDescriptionList__description {
|
.euiDescriptionList__description {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
flex-basis: 85%;
|
flex-basis: 85%;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter-button {
|
.filter-button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue