Skip to content

Commit

Permalink
fix: long comment max height in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed May 20, 2024
1 parent 3c2d3d8 commit adc03a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/view/components/TkAdminComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ export default {
.tk-admin-comment .tk-avatar {
margin-right: 0.5em;
}
.tk-admin-comment .tk-content {
max-height: none;
}
.tk-admin-actions {
display: flex;
margin-bottom: 1em;
Expand Down

0 comments on commit adc03a1

Please sign in to comment.