mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
Fix text overflow on playlist search #13464
This commit is contained in:
parent
3c6a6e69a6
commit
4815f92f6f
@ -84,11 +84,11 @@
|
||||
background-color: $list-item-bg;
|
||||
margin-bottom: 4px;
|
||||
.search-result-icon:before {
|
||||
content: "\f009";
|
||||
content: '\f009';
|
||||
}
|
||||
|
||||
&.search-item-dash-home .search-result-icon:before {
|
||||
content: "\f015";
|
||||
content: '\f015';
|
||||
}
|
||||
}
|
||||
|
||||
@ -105,7 +105,10 @@
|
||||
.playlist-available-list {
|
||||
td {
|
||||
line-height: 2rem;
|
||||
max-width: 335px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.add-dashboard {
|
||||
|
Loading…
Reference in New Issue
Block a user