fix classification matrix actual label (#86060) (#86119)

This commit is contained in:
Melissa Alvarez 2020-12-16 12:19:37 -05:00 committed by GitHub
parent b514ee66a5
commit cfedc83e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
.mlDataFrameAnalyticsClassification__actualLabel {
float: left;
width: 80px;
width: 8%;
padding-top: $euiSize * 4;
}
@ -30,8 +30,9 @@
Gives EuiDataGrid a min-width of 480px, otherwise the columns options will disappear if you hide all columns.
*/
.mlDataFrameAnalyticsClassification__dataGridMinWidth {
float: left;
min-width: 480px;
width: 100%;
width: 92%;
.euiDataGridRowCell--boolean {
text-transform: none;