Skip to content

Commit

Permalink
fix classification matrix actual label (#86060)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 authored Dec 16, 2020
1 parent ed250fa commit 201b456
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@

.mlDataFrameAnalyticsClassification__actualLabel {
float: left;
width: 80px;
width: 8%;
padding-top: $euiSize * 4;
}

/*
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;
Expand Down

0 comments on commit 201b456

Please sign in to comment.