Merge pull request #8278 from aignatov-bio/ai-sci-11538-fix-icon-in-report-page

Fix word icon in report [SCI-11538]
This commit is contained in:
aignatov-bio 2025-03-04 10:03:27 +01:00 committed by GitHub
commit ee58f473d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ module Toolbars
{
name: 'update_docx',
label: label,
icon: 'sn-icon sn-icon-file-word',
icon: 'sn-icon sn-icon-file-word h-6 w-6 flex items-center justify-center', # Custom icon fix
type: :emit
}
end