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

This commit is contained in:
xginn8
2017-01-16 12:02:07 +01:00
committed by Torkel Ödegaard
parent ee1c15b9cc
commit 873a8bc520
2 changed files with 2 additions and 1 deletions
+1 -1
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;
+1
View File
@@ -57,6 +57,7 @@ div.flot-text {
min-height: 9px;
padding-top: 4px;
cursor: pointer;
word-wrap: break-word;
}
.panel-title {