Merge pull request #5597 from influxdata/5593/dashboard_name
fix(dashboard): don't truncate dashboard name with lots of roompull/5598/head
commit
d15393614d
|
@ -3,6 +3,7 @@
|
|||
### Bug Fixes
|
||||
|
||||
1. [#5596](https://github.com/influxdata/chronograf/pull/5596): Show rule name from tickscript.
|
||||
1. [#5597](https://github.com/influxdata/chronograf/pull/5597): Do not truncate dashboard name with lots of room.
|
||||
|
||||
### Features
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ $rename-dash-title-padding: 7px;
|
|||
max-width: 40vw;
|
||||
}
|
||||
.dashboard-switcher + .rename-dashboard {
|
||||
width: calc(100% - 38px);
|
||||
width: calc(100% - 37px);
|
||||
}
|
||||
|
||||
.rename-dashboard--title {
|
||||
|
|
Loading…
Reference in New Issue