Skip to content
代码片段 群组 项目
提交 2ac582c7 编辑于 作者: Coung Ngo's avatar Coung Ngo
浏览文件

Fix avatars displaying as block elements

Avatars started displaying as block elements after they were
updated with `display: flow-root`. This created a BFC which
we wanted in order to contain the floated avatars. However,
this makes the element a block. We can make the element
inline instead with a BFC with `display: inline-block`.

Changelog: fixed
上级 8da97d0e
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册