FIX: adjust topic avatar height to fix stickiness (#17476)
This commit is contained in:
parent
43c0bbb6a4
commit
806e0f2885
|
@ -493,6 +493,7 @@ blockquote {
|
||||||
width: $topic-avatar-width;
|
width: $topic-avatar-width;
|
||||||
float: left;
|
float: left;
|
||||||
z-index: z("base") + 1;
|
z-index: z("base") + 1;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap {
|
.gap {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d098d03b78cc9c369de37cccdec523a97eaba450
|
Loading…
Reference in New Issue