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;
|
||||
|
||||
.label-tag {
|
||||
margin-top: 2px;
|
||||
margin-left: 6px;
|
||||
font-size: 11px;
|
||||
padding: 2px 6px;
|
||||
@ -157,8 +158,10 @@
|
||||
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
height: 37px;
|
||||
white-space: nowrap;
|
||||
align-items: center;
|
||||
height: auto;
|
||||
min-height: 37px;
|
||||
white-space: initial;
|
||||
padding: 0px;
|
||||
|
||||
&:hover,
|
||||
@ -241,7 +244,11 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
Loading…
Reference in New Issue
Block a user