Skip to content

Commit

Permalink
📝 docs(bot): Auto sync agents & plugin to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Jul 5, 2024
1 parent dda6dcb commit d3bdb61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/features/Conversation/Messages/Tool/Inspector/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ export const useStyles = createStyles(({ css, token }) => ({
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
font-size: 12px;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
`,
container: css`
cursor: pointer;
Expand Down

0 comments on commit d3bdb61

Please sign in to comment.