Skip to content

Commit

Permalink
fix(editor): Fix rendering of SVG icons in public chat on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv committed Aug 13, 2024
1 parent b2e0f33 commit 5183b77
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 5183b77

Please sign in to comment.