Merge pull request #5597 from influxdata/5593/dashboard_name

fix(dashboard): don't truncate dashboard name with lots of room
pull/5598/head
Pavel Závora 2020-10-29 20:00:33 +01:00 committed by GitHub
commit d15393614d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 {