Commit be73dcd2 by maximka Committed by GitHub

Search: Improve tags layout , #22804 (#22830)

parent 1cd7ce24
...@@ -90,6 +90,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 {
......
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