Explore: Handle datasources with long names better in ds picker (#17393)

This commit is contained in:
Marcus Efraimsson 2019-06-03 11:41:41 +02:00 committed by GitHub
parent 95012271ac
commit 4fe6eaa0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,11 @@
.ds-picker {
min-width: 200px;
max-width: 200px;
.gf-form-select-box__img-value {
max-width: 150px;
overflow: hidden;
}
}
}