Commit 873a8bc5 by xginn8 Committed by Torkel Ödegaard

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

parent ee1c15b9
......@@ -68,9 +68,9 @@
}
.search-item {
word-wrap: break-word;
display: block;
padding: 3px 10px;
white-space: nowrap;
background-color: $grafanaListBackground;
margin-bottom: 4px;
......
......@@ -57,6 +57,7 @@ div.flot-text {
min-height: 9px;
padding-top: 4px;
cursor: pointer;
word-wrap: break-word;
}
.panel-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment