mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +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;
|
justify-content: center;
|
||||||
transition: color var(--chat--transition-duration) ease;
|
transition: color var(--chat--transition-duration) ease;
|
||||||
|
|
||||||
|
svg {
|
||||||
|
min-width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: var(
|
background: var(
|
||||||
|
|||||||
Reference in New Issue
Block a user