mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
1cd7ce24c7
commit
be73dcd2eb
@ -90,6 +90,7 @@
|
|||||||
height: unset;
|
height: unset;
|
||||||
|
|
||||||
.label-tag {
|
.label-tag {
|
||||||
|
margin-top: 2px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
@ -157,8 +158,10 @@
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
height: 37px;
|
align-items: center;
|
||||||
white-space: nowrap;
|
height: auto;
|
||||||
|
min-height: 37px;
|
||||||
|
white-space: initial;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
@ -241,7 +244,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-item__tags {
|
.search-item__tags {
|
||||||
display: block;
|
display: flex;
|
||||||
|
flex: 1 1 auto;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: flex-end;
|
||||||
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-dropdown__col_2 {
|
.search-dropdown__col_2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user