mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
b514ee66a5
commit
cfedc83e64
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue