fix(frontend): 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正 (#12524)
* fix(frontend): 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正 * Update CHANGELOG.md
This commit is contained in:
parent
a5f0b5ec74
commit
43c9ab2072
2 changed files with 4 additions and 2 deletions
|
@ -1059,8 +1059,9 @@ defineExpose({
|
|||
|
||||
.visibility {
|
||||
overflow: clip;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 210px;
|
||||
|
||||
&:enabled {
|
||||
> .headerRightButtonText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue