fix(frontend): 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正

This commit is contained in:
zyoshoka 2023-11-30 18:42:58 +09:00
parent ca424df80e
commit 5e06ee5a79
No known key found for this signature in database
GPG key ID: 0C2CB8FBA309A5B8

View file

@ -1061,6 +1061,7 @@ defineExpose({
overflow: clip;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 210px;
&:enabled {
> .headerRightButtonText {