Skip to content

Commit

Permalink
fix(editor): Fix rendering of SVG icons in public chat on iOS (n8n-io…
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv authored Aug 13, 2024
1 parent 3384f52 commit 7ab3811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@n8n/chat/src/components/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ function onOpenFileDialog() {
justify-content: center;
transition: color var(--chat--transition-duration) ease;
svg {
min-width: fit-content;
}
&:hover,
&:focus {
background: var(
Expand Down

0 comments on commit 7ab3811

Please sign in to comment.