fix(frontend): 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正 (#12524)
* fix(frontend): 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正 * Update CHANGELOG.md
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user