mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: restored tags to search
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
|
||||
.search-item__tags {
|
||||
display: none;
|
||||
//padding: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.search-item__actions {
|
||||
@@ -245,6 +245,10 @@
|
||||
left: $side-menu-width;
|
||||
}
|
||||
|
||||
.search-item__tags {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.search-dropdown__col_2 {
|
||||
display: flex;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user