Prevents featured tags from flickering (#38667)
This commit is contained in:
parent
ba0b9e8ea5
commit
d931e2f30d
@ -67,6 +67,10 @@
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
> button {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagsListShowAll {
|
.tagsListShowAll {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user