Show long index pattern names (#11907)

This commit is contained in:
Lukas Olson 2017-05-18 13:46:14 -07:00 committed by GitHub
parent bd66f16a07
commit 8b3a2d59a7

View file

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