mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
Explore: Handle datasources with long names better in ds picker (#17393)
This commit is contained in:
parent
95012271ac
commit
4fe6eaa0f7
@ -22,6 +22,11 @@
|
||||
.ds-picker {
|
||||
min-width: 200px;
|
||||
max-width: 200px;
|
||||
|
||||
.gf-form-select-box__img-value {
|
||||
max-width: 150px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user