wrap the title of a panel and dashboard search results. fixes #7203 (#7213)

This commit is contained in:
xginn8 2017-01-16 06:02:07 -05:00 committed by Torkel Ödegaard
parent ee1c15b9cc
commit 873a8bc520
2 changed files with 2 additions and 1 deletions

View File

@ -68,9 +68,9 @@
}
.search-item {
word-wrap: break-word;
display: block;
padding: 3px 10px;
white-space: nowrap;
background-color: $grafanaListBackground;
margin-bottom: 4px;

View File

@ -57,6 +57,7 @@ div.flot-text {
min-height: 9px;
padding-top: 4px;
cursor: pointer;
word-wrap: break-word;
}
.panel-title {