Skip to content

Commit

Permalink
カテゴリの名前が長いと表示がおかしくなる問題を修正
Browse files Browse the repository at this point in the history
Co-authored-by: まっちゃとーにゅ <[email protected]>
  • Loading branch information
meronmks and u1-liquid committed Oct 30, 2023
1 parent 74cefab commit 47309b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/components/MkEmojiPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,7 @@ defineExpose({
position: sticky;
top: 0;
left: 0;
height: 32px;
line-height: 32px;
line-height: 28px;
z-index: 1;
padding: 0 8px;
font-size: 12px;
Expand Down

0 comments on commit 47309b6

Please sign in to comment.