microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.3k stars 305 forks source link

[FluentIcon] Minor cleanup and clarification #2038

Closed c0g1t8 closed 2 weeks ago

c0g1t8 commented 2 weeks ago

Pull Request

📖 Description

🎫 Issues

For responsive layout, it is preferable to use CSS versus embedding the style in HTML. The width of the SVG is embedded unless FluentIcon's Width is explicity set to string.Empty

👩‍💻 Reviewer Notes

Any suggestions to the update on the documentation page? I wanted to add some information about this behavior without getting into a specific use case.

📑 Test Plan

✅ Checklist

General

Component-specific

⏭ Next Steps

dvoituron commented 2 weeks ago

Weird... Your PR doesn't seem to accept the latest dev changes. It currently contains 41 file changes when in fact there are only 4.

image

image

Could you check this anomaly (perhaps to close this PR and recreate a new one... I don't know)?

About the code, everything seems to be correct.

c0g1t8 commented 2 weeks ago

@dvoituron - I'll clean up and resubmit.