mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix rendering of SVG icons in public chat on iOS (#10381)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user