mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(editor): Fix rendering of SVG icons in public chat on iOS (#10381)
This commit is contained in:
parent
3384f52a35
commit
7ab38114db
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue