Show long index pattern names (#11907)

This commit is contained in:
Lukas Olson 2017-05-18 13:46:14 -07:00
parent 25d27b8be8
commit 9751d33146

View file

@ -156,4 +156,8 @@
border-radius: 0;
}
.index-pattern-selection .ui-select-choices {
width: auto;
max-height: 300px;
}
}