fix(frontend): ユーザー名が長い場合に、フォローボタンを折り返して表示させる (#11326)
This commit is contained in:
parent
5f5c4fc44f
commit
5e53b41f2d
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ definePageMetadata(computed(() => post ? {
|
||||||
border-top: solid 0.5px var(--divider);
|
border-top: solid 0.5px var(--divider);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
> .avatar {
|
> .avatar {
|
||||||
width: 52px;
|
width: 52px;
|
||||||
|
|
Loading…
Reference in a new issue